metamaps--metamaps/config/database.yml

33 lines
738 B
YAML
Raw Normal View History

2012-09-23 02:39:12 +00:00
development:
min_messages: WARNING
adapter: postgresql
2012-09-23 03:23:06 +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-23 03:23:06 +00:00
database: dbct9hosrirq2h
2012-09-23 02:39:12 +00:00
pool: 5
2012-09-23 03:23:06 +00:00
username: tkbwavghytilon
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
2012-09-23 02:39:12 +00:00
test:
min_messages: WARNING
adapter: postgresql
2012-09-23 03:21:15 +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-23 03:21:15 +00:00
database: dbct9hosrirq2h
2012-09-23 02:39:12 +00:00
pool: 5
2012-09-23 03:21:15 +00:00
username: tkbwavghytilon
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
2012-09-23 02:39:12 +00:00
production:
min_messages: WARNING
adapter: postgresql
2012-09-23 03:18:56 +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-23 03:18:56 +00:00
database: dbct9hosrirq2h
2012-09-23 02:39:12 +00:00
pool: 5
2012-09-23 03:18:56 +00:00
username: tkbwavghytilon
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"