Sha256: 3b00e3fd6d041f65efdbc85672ef8c222cd48dbbc716985f2eb8b6351ef2e3e3
Contents?: true
Size: 938 Bytes
Versions: 6
Compression:
Stored size: 938 Bytes
Contents
module FloConfig CONFIG = { :localhost => { :development => dev = { :oms => {:b2c => "127.0.0.1", :b2b => "127.0.0.1", :url => "127.0.0.1", :b2c_db_host => "127.0.0.1", :b2b_db_host => "127.0.0.1", :b2c_mq_host => "127.0.0.1", :b2b_mq_host => "127.0.0.1"}, :cas => {:b2c => "172.16.102.70", :b2b => "172.16.102.70"}, :jobsch => {:b2c => "172.16.102.72", :b2b => "172.16.102.72"} }, :test => dev, :production => dev }, :ramesh => { :development => dev = { :oms => {:b2c => "http://127.0.0.1:8888", :b2b => "127.0.0.1", :url => "127.0.0.1", :b2c_db_host => "127.0.0.1", :b2b_db_host => "127.0.0.1", :b2c_mq_host => "127.0.0.1", :b2b_mq_host => "127.0.0.1"}, :cas => {:b2c => "172.16.102.70", :b2b => "172.16.102.70"}, :jobsch => {:b2c => "172.16.102.72", :b2b => "172.16.102.72"} }, :test => dev, :production => dev } } end
Version data entries
6 entries across 1 versions & 1 rubygems