2012-10-09 19:15:26 -04:00
|
|
|
#
|
|
|
|
# PRODUCTION
|
|
|
|
#
|
|
|
|
production:
|
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
database: gitlabhq_production
|
2013-06-11 11:15:18 -04:00
|
|
|
pool: 10
|
2013-10-02 02:05:52 -04:00
|
|
|
# username: git
|
|
|
|
# password:
|
2012-10-09 19:15:26 -04:00
|
|
|
# host: localhost
|
2012-12-18 13:02:00 -05:00
|
|
|
# port: 5432
|
2012-10-09 19:15:26 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Development specific
|
|
|
|
#
|
|
|
|
development:
|
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
database: gitlabhq_development
|
|
|
|
pool: 5
|
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
|
|
|
|
#
|
|
|
|
# Staging specific
|
|
|
|
#
|
|
|
|
staging:
|
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
database: gitlabhq_staging
|
|
|
|
pool: 5
|
|
|
|
username: postgres
|
|
|
|
password:
|
|
|
|
|
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
|
|
# re-generated from your development database when you run "rake".
|
|
|
|
# Do not set this db to the same as development or production.
|
|
|
|
test: &test
|
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
database: gitlabhq_test
|
|
|
|
pool: 5
|
|
|
|
username: postgres
|
|
|
|
password:
|