Skip to content

Instantly share code, notes, and snippets.

@akofink
Created November 11, 2013 18:51
Show Gist options
  • Select an option

  • Save akofink/7418291 to your computer and use it in GitHub Desktop.

Select an option

Save akofink/7418291 to your computer and use it in GitHub Desktop.
development:
adapter: mysql
database: pg_development
username: root
password:
host: localhost
# 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: mysql
database: pg_test
username: root
password:
host: localhost
cucumber:
adapter: mysql
database: pg_test
username: root
password:
host: localhost
production:
adapter: mysql
database: pg_development
username: expertiza
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment