Project

General

Profile

Download (535 Bytes) Statistics
| Branch: | Tag: | Revision:
development:
adapter: postgresql
#host: localhost
port: 5432
database: foreman
encoding: utf8
pool: 10

# 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:
adapter: postgresql
#host: localhost
port: 5432
database: foreman-test
encoding: utf8
pool: 10

production:
adapter: postgresql
#host: localhost
port: 5432
database: foreman
encoding: utf8
pool: 10
(4-4/16)