metamaps--metamaps/config/database.yml

33 lines
675 B
YAML
Raw Normal View History

2012-09-22 22:39:12 -04:00
development:
min_messages: WARNING
adapter: postgresql
2012-09-23 21:30:48 -04:00
host: ec2-54-243-217-241.compute-1.amazonaws.com
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
2012-09-23 21:30:48 -04:00
database: dbct9hosrirq2h
2012-09-22 22:39:12 -04:00
pool: 5
2012-09-23 21:30:48 -04:00
username: tkbwavghytilon
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
2012-09-22 22:39:12 -04:00
test:
min_messages: WARNING
adapter: postgresql
host: 127.0.0.1
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
database: metamap_test
2012-09-22 22:39:12 -04:00
pool: 5
username: postgres
password: "3112"
2012-09-22 22:39:12 -04:00
production:
min_messages: WARNING
adapter: postgresql
2012-09-23 21:30:48 -04:00
host: ec2-54-243-217-241.compute-1.amazonaws.com
2012-09-22 22:39:12 -04:00
port: 5432
encoding: unicode
2012-09-23 21:30:48 -04:00
database: dbct9hosrirq2h
2012-09-22 22:39:12 -04:00
pool: 5
2012-09-23 21:30:48 -04:00
username: tkbwavghytilon
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"