test
This commit is contained in:
parent
2ad40cc963
commit
392a187b1c
2 changed files with 14 additions and 12 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@
|
||||||
# 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
|
||||||
|
|
||||||
# Ignore bundler config
|
# Ignore bundler config
|
||||||
/.bundle
|
/.bundle
|
||||||
|
|
||||||
|
|
|
@ -1,32 +1,32 @@
|
||||||
development:
|
development:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
host: 127.0.0.1
|
||||||
port: 5432
|
port: 5432
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: dbct9hosrirq2h
|
database: issad-development
|
||||||
pool: 5
|
pool: 5
|
||||||
username: tkbwavghytilon
|
username: postgres
|
||||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
password: "3112"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
host: 127.0.0.1
|
||||||
port: 5432
|
port: 5432
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: dbct9hosrirq2h
|
database: issad-test
|
||||||
pool: 5
|
pool: 5
|
||||||
username: tkbwavghytilon
|
username: postgres
|
||||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
password: "3112"
|
||||||
|
|
||||||
production:
|
production:
|
||||||
min_messages: WARNING
|
min_messages: WARNING
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
host: 127.0.0.1
|
||||||
port: 5432
|
port: 5432
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
database: dbct9hosrirq2h
|
database: issad-production
|
||||||
pool: 5
|
pool: 5
|
||||||
username: tkbwavghytilon
|
username: postgres
|
||||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
password: "3112"
|
Loading…
Add table
Reference in a new issue