metamaps--metamaps/config/database.yml

32 lines
555 B
YAML
Raw Normal View History

2012-09-22 22:39:12 -04:00
development:
min_messages: WARNING
adapter: postgresql
2012-09-23 16:21:41 -04:00
host: 127.0.0.1
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
2012-09-23 16:21:41 -04:00
database: issad-development
2012-09-22 22:39:12 -04:00
pool: 5
2012-09-23 16:21:41 -04:00
username: postgres
password: "3112"
2012-09-22 22:39:12 -04:00
test:
min_messages: WARNING
adapter: postgresql
2012-09-23 16:21:41 -04:00
host: 127.0.0.1
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
2012-09-23 16:21:41 -04:00
database: issad-test
2012-09-22 22:39:12 -04:00
pool: 5
2012-09-23 16:21:41 -04:00
username: postgres
password: "3112"
2012-09-22 22:39:12 -04:00
production:
min_messages: WARNING
adapter: postgresql
2012-09-23 16:21:41 -04:00
host: 127.0.0.1
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
2012-09-23 16:21:41 -04:00
database: issad-production
2012-09-22 22:39:12 -04:00
pool: 5
2012-09-23 16:21:41 -04:00
username: postgres
password: "3112"