32 lines
738 B
YAML
32 lines
738 B
YAML
development:
|
|
min_messages: WARNING
|
|
adapter: postgresql
|
|
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
|
port: 5432
|
|
encoding: unicode
|
|
database: dbct9hosrirq2h
|
|
pool: 5
|
|
username: tkbwavghytilon
|
|
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
|
|
|
test:
|
|
min_messages: WARNING
|
|
adapter: postgresql
|
|
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
|
port: 5432
|
|
encoding: unicode
|
|
database: dbct9hosrirq2h
|
|
pool: 5
|
|
username: tkbwavghytilon
|
|
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|
|
|
|
production:
|
|
min_messages: WARNING
|
|
adapter: postgresql
|
|
host: ec2-54-243-217-241.compute-1.amazonaws.com
|
|
port: 5432
|
|
encoding: unicode
|
|
database: dbct9hosrirq2h
|
|
pool: 5
|
|
username: tkbwavghytilon
|
|
password: "To6z-64f1Lr3LqpWrcLBPG2Xdv"
|