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:
|
||||
# git config --global core.excludesfile ~/.gitignore_global
|
||||
|
||||
/config/database.yml
|
||||
|
||||
# Ignore bundler config
|
||||
/.bundle
|
||||
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
development:
|
||||
min_messages: WARNING
|
||||
adapter: postgresql
|
||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
encoding: unicode
|
||||
database: dbct9hosrirq2h
|
||||
database: issad-development
|
||||
pool: 5
|
||||
username: tkbwavghytilon
|
||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
||||
username: postgres
|
||||
password: "3112"
|
||||
|
||||
test:
|
||||
min_messages: WARNING
|
||||
adapter: postgresql
|
||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
encoding: unicode
|
||||
database: dbct9hosrirq2h
|
||||
database: issad-test
|
||||
pool: 5
|
||||
username: tkbwavghytilon
|
||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
||||
username: postgres
|
||||
password: "3112"
|
||||
|
||||
production:
|
||||
min_messages: WARNING
|
||||
adapter: postgresql
|
||||
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
encoding: unicode
|
||||
database: dbct9hosrirq2h
|
||||
database: issad-production
|
||||
pool: 5
|
||||
username: tkbwavghytilon
|
||||
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
||||
username: postgres
|
||||
password: "3112"
|
Loading…
Reference in a new issue