Sha256: 039dcd47acb67f0476b98527584b5c9370cfc98062f07501651f9331217e0a26
Contents?: true
Size: 398 Bytes
Versions: 114
Compression:
Stored size: 398 Bytes
Contents
<% @path = "#{RUBBER_ROOT}/config/database.yml" %> # Sets up rails to talk to mysql-proxy load balancer running on localhost, # which then then balances requests between sql nodes in the cluster <%= RUBBER_ENV %>: adapter: mysql encoding: utf8 database: <%= rubber_env.db_name %> username: <%= rubber_env.db_user %> password: <%= rubber_env.db_pass %> host: 127.0.0.1 port: 4040
Version data entries
114 entries across 77 versions & 7 rubygems