metamaps--metamaps/config/database.yml

32 lines
555 B
YAML
Raw Normal View History

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