Created
June 3, 2016 04:07
-
-
Save kalelc/a8c0ed870618e1d6c6bf34892ab397de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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