Skip to content

Instantly share code, notes, and snippets.

@kalelc
Created June 3, 2016 04:07
Show Gist options
  • Save kalelc/a8c0ed870618e1d6c6bf34892ab397de to your computer and use it in GitHub Desktop.
Save kalelc/a8c0ed870618e1d6c6bf34892ab397de to your computer and use it in GitHub Desktop.
default: &default
adapter: mysql2
encoding: utf8
pool: 5
username: root
password:
socket: /tmp/mysql.sock
development:
<<: *default
database: betgoal_development
test:
<<: *default
database: betgoal_test
production:
<<: *default
database: betgoal_production
username: root
password: <%= ENV['T_DATABASE_PASSWORD'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment