reconfigured database file for live server
This commit is contained in:
parent
5c195bd548
commit
2812157a84
1 changed files with 5 additions and 16 deletions
|
@ -1,24 +1,13 @@
|
|||
#development:
|
||||
# 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"
|
||||
|
||||
development:
|
||||
min_messages: WARNING
|
||||
adapter: postgresql
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||
port: 5442
|
||||
encoding: unicode
|
||||
database: metamap002_development
|
||||
database: da81fvorvn5pp9
|
||||
pool: 5
|
||||
username: postgres
|
||||
password: "3112"
|
||||
username: yolhqgtlivenrk
|
||||
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
||||
|
||||
test:
|
||||
min_messages: WARNING
|
||||
|
|
Loading…
Reference in a new issue