21cc7911c1
Here I commit all the required files for a development cartodb container to be successfully build and run with Docker.
41 lines
701 B
YAML
41 lines
701 B
YAML
production:
|
|
adapter: postgres
|
|
encoding: unicode
|
|
host: localhost
|
|
port: 5432
|
|
database: carto_db_production
|
|
username: postgres
|
|
password:
|
|
conn_validator_timeout: 900
|
|
|
|
staging:
|
|
adapter: postgres
|
|
encoding: unicode
|
|
host: localhost
|
|
port: 5432
|
|
database: carto_db_staging
|
|
username: postgres
|
|
password:
|
|
conn_validator_timeout: 900
|
|
|
|
development:
|
|
adapter: postgres
|
|
encoding: unicode
|
|
host: localhost
|
|
port: 5432
|
|
database: carto_db_development
|
|
username: postgres
|
|
password:
|
|
conn_validator_timeout: 900
|
|
|
|
test:
|
|
adapter: postgres
|
|
encoding: unicode
|
|
database: carto_db_test
|
|
host: localhost
|
|
port: 5432
|
|
username: postgres
|
|
password:
|
|
conn_validator_timeout: -1
|
|
|