swapped database config files for production
This commit is contained in:
parent
e493bbe2c9
commit
555e822d8c
1 changed files with 21 additions and 10 deletions
|
@ -1,21 +1,32 @@
|
||||||
development:
|
development:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: 127.0.0.1
|
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||||
port: 5432
|
port: 5442
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: metamap002_development
|
database: da81fvorvn5pp9
|
||||||
pool: 5
|
pool: 5
|
||||||
username: postgres
|
username: yolhqgtlivenrk
|
||||||
password: "3112"
|
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
||||||
|
|
||||||
|
test:
|
||||||
|
min_messages: WARNING
|
||||||
|
adapter: postgresql
|
||||||
|
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||||
|
port: 5442
|
||||||
|
encoding: unicode
|
||||||
|
database: da81fvorvn5pp9
|
||||||
|
pool: 5
|
||||||
|
username: yolhqgtlivenrk
|
||||||
|
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
||||||
|
|
||||||
production:
|
production:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-107-21-107-194.compute-1.amazonaws.com
|
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||||
port: 5432
|
port: 5442
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: ddcrn2lgphjk9k
|
database: da81fvorvn5pp9
|
||||||
pool: 5
|
pool: 5
|
||||||
username: qqpckkahytovwv
|
username: yolhqgtlivenrk
|
||||||
password: "njeP6cMA8EjM9ukHk9s3ReOdy7"
|
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
||||||
|
|
Loading…
Reference in a new issue