docker-cartojw/config/database.yml

50 lines
916 B
YAML
Raw Permalink Normal View History

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