docker-cartojw/config/database.yml
fleu 21cc7911c1 Populate docker-cartodb with required files.
Here I commit all the required files for a development cartodb container
to be successfully build and run with Docker.
2014-11-15 16:32:19 +01:00

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