metamaps--metamaps/config/database.yml

33 lines
675 B
YAML
Raw Normal View History

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