metamaps--metamaps/config/database.yml
Connor Turland 392a187b1c test
2012-09-23 16:21:41 -04:00

32 lines
No EOL
555 B
YAML

development:
min_messages: WARNING
adapter: postgresql
host: 127.0.0.1
port: 5432
encoding: unicode
database: issad-development
pool: 5
username: postgres
password: "3112"
test:
min_messages: WARNING
adapter: postgresql
host: 127.0.0.1
port: 5432
encoding: unicode
database: issad-test
pool: 5
username: postgres
password: "3112"
production:
min_messages: WARNING
adapter: postgresql
host: 127.0.0.1
port: 5432
encoding: unicode
database: issad-production
pool: 5
username: postgres
password: "3112"