updated db config file again
This commit is contained in:
parent
e82cf040c0
commit
ddd80b60ef
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ development:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||||
port: 5432
|
port: 5442
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: da81fvorvn5pp9
|
database: da81fvorvn5pp9
|
||||||
pool: 5
|
pool: 5
|
||||||
|
@ -24,7 +24,7 @@ production:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
||||||
port: 5432
|
port: 5442
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: da81fvorvn5pp9
|
database: da81fvorvn5pp9
|
||||||
pool: 5
|
pool: 5
|
||||||
|
|
Loading…
Reference in a new issue