Sha256: a335ffdad9f09b987bd47f8196d56f0f4a0408bd36626cff53fe1a98a611b83e
Contents?: true
Size: 566 Bytes
Versions: 14
Compression:
Stored size: 566 Bytes
Contents
# Used as component of a rubyrep config file. # Defines connection parameters to the mysql databases. RR::Initializer::run do |config| config.left = { :adapter => 'mysql', :database => 'rr_left', :username => 'root', :password => '', :host => 'localhost', :port => 3306, :encoding => 'utf8' } config.right = { :adapter => 'mysql', :database => 'rr_right', :username => 'root', :password => '', :host => 'localhost', :port => 3306, :encoding => 'utf8' } end
Version data entries
14 entries across 14 versions & 1 rubygems