Browse Source

mysql sample production config

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
0e9b213e6c
  1. 17
      config/database.yml

17
config/database.yml

@ -18,11 +18,12 @@ test:
pool: 5 pool: 5
timeout: 5000 timeout: 5000
production: production:
encoding: unicode adapter: mysql2
adapter: postgresql encoding: utf8
username: username reconnect: false
port: 5432 database: simpledns_production
host: hostname pool: 5
database: database username: root
password: password password: root
host: localhost

Loading…
Cancel
Save