swapped back in local/staging database file
This commit is contained in:
parent
0cbfe90703
commit
efb442fe5d
2 changed files with 11 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,7 +4,7 @@
|
||||||
# or operating system, you probably want to add a global ignore instead:
|
# or operating system, you probably want to add a global ignore instead:
|
||||||
# git config --global core.excludesfile ~/.gitignore_global
|
# git config --global core.excludesfile ~/.gitignore_global
|
||||||
|
|
||||||
/config/database.yml
|
config/database.yml
|
||||||
|
|
||||||
# Ignore bundler config
|
# Ignore bundler config
|
||||||
/.bundle
|
/.bundle
|
||||||
|
|
|
@ -1,32 +1,21 @@
|
||||||
development:
|
development:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-188-58.compute-1.amazonaws.com
|
host: 127.0.0.1
|
||||||
port: 5442
|
port: 5432
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: da81fvorvn5pp9
|
database: metamap002_development
|
||||||
pool: 5
|
pool: 5
|
||||||
username: yolhqgtlivenrk
|
username: postgres
|
||||||
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
password: "3112"
|
||||||
|
|
||||||
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-54-243-188-58.compute-1.amazonaws.com
|
host: ec2-107-21-107-194.compute-1.amazonaws.com
|
||||||
port: 5442
|
port: 5432
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: da81fvorvn5pp9
|
database: ddcrn2lgphjk9k
|
||||||
pool: 5
|
pool: 5
|
||||||
username: yolhqgtlivenrk
|
username: qqpckkahytovwv
|
||||||
password: "oi_EAZwbXboYjqB_9tWPh2x5YS"
|
password: "njeP6cMA8EjM9ukHk9s3ReOdy7"
|
||||||
|
|
Loading…
Reference in a new issue