2014-11-15 23:32:19 +08:00
|
|
|
production:
|
2018-07-27 15:11:15 +08:00
|
|
|
adapter: postgresql
|
2014-11-15 23:32:19 +08:00
|
|
|
encoding: unicode
|
|
|
|
host: localhost
|
|
|
|
port: 5432
|
2018-07-27 15:11:15 +08:00
|
|
|
direct_port: 5432
|
2014-11-15 23:32:19 +08:00
|
|
|
database: carto_db_production
|
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
conn_validator_timeout: 900
|
2018-07-27 15:11:15 +08:00
|
|
|
prepared_statements: false
|
2014-11-15 23:32:19 +08:00
|
|
|
|
|
|
|
staging:
|
2018-07-27 15:11:15 +08:00
|
|
|
adapter: postgresql
|
2014-11-15 23:32:19 +08:00
|
|
|
encoding: unicode
|
|
|
|
host: localhost
|
|
|
|
port: 5432
|
2018-07-27 15:11:15 +08:00
|
|
|
direct_port: 5432
|
2014-11-15 23:32:19 +08:00
|
|
|
database: carto_db_staging
|
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
conn_validator_timeout: 900
|
2018-07-27 15:11:15 +08:00
|
|
|
prepared_statements: false
|
2014-11-15 23:32:19 +08:00
|
|
|
|
|
|
|
development:
|
2018-07-27 15:11:15 +08:00
|
|
|
adapter: postgresql
|
2014-11-15 23:32:19 +08:00
|
|
|
encoding: unicode
|
|
|
|
host: localhost
|
|
|
|
port: 5432
|
2018-07-27 15:11:15 +08:00
|
|
|
direct_port: 5432
|
2014-11-15 23:32:19 +08:00
|
|
|
database: carto_db_development
|
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
conn_validator_timeout: 900
|
2018-07-27 15:11:15 +08:00
|
|
|
pool: 50
|
|
|
|
prepared_statements: false
|
2014-11-15 23:32:19 +08:00
|
|
|
|
|
|
|
test:
|
2018-07-27 15:11:15 +08:00
|
|
|
adapter: postgresql
|
2014-11-15 23:32:19 +08:00
|
|
|
encoding: unicode
|
|
|
|
database: carto_db_test
|
|
|
|
host: localhost
|
|
|
|
port: 5432
|
2018-07-27 15:11:15 +08:00
|
|
|
direct_port: 5432
|
2014-11-15 23:32:19 +08:00
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
conn_validator_timeout: -1
|
2018-07-27 15:11:15 +08:00
|
|
|
prepared_statements: false
|
2014-11-15 23:32:19 +08:00
|
|
|
|