Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Created November 19, 2014 18:09
Show Gist options
  • Save mayra-cabrera/e6691f3307322c4e2232 to your computer and use it in GitHub Desktop.
Save mayra-cabrera/e6691f3307322c4e2232 to your computer and use it in GitHub Desktop.
database.yml dummy
common: &common
adapter: mysql2
encoding: utf8
reconnect: false
pool: 25
username: admin
password: secret
host: localhost
socket: /tmp/mysql.sock
development:
<<: *common
database: dpei_development
test:
<<: *common
database: dpei_test
production:
<<: *common
database: dpei_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment