Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
development:
adapter: postgresql
host: localhost
encoding: unicode
pool: 10
username: <%= ENV['PG_USER'] %>
template: template1
password: <%= ENV['PG_PASSWORD'] %>
database: development<%= ENV['TEST_ENV_NUMBER'] %>
port: 5432
sslmode: disable
test:
adapter: postgresql
host: localhost
encoding: unicode
pool: 10
username: <%= ENV['PG_USER'] %>
template: template1
password: <%= ENV['PG_PASSWORD'] %>
database: test<%= ENV['TEST_ENV_NUMBER'] %>
port: 5432
sslmode: disable