Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created April 21, 2010 14:37
Show Gist options
  • Save jjungnickel/373881 to your computer and use it in GitHub Desktop.
Save jjungnickel/373881 to your computer and use it in GitHub Desktop.
# You'll need to configure this file for the appropriate environment before
# you run PowerDNS on Rails.
# PostgreSQL development
development:
adapter: postgresql
database: powerdns
host: localhost
# username:
# 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
database: powerdns_test
host: localhost
# username:
# password:
production:
adapter: postgresql
database: powerdns
host: myserver
username: powerdns
password: secret
cucumber:
<<: *TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment