You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/config/database.yml.sample

42 lines
712 B

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
pool: 50
test:
adapter: postgres
encoding: unicode
database: carto_db_test
host: localhost
port: 5432
username: postgres
password:
conn_validator_timeout: -1