Created
December 10, 2014 20:51
-
-
Save nanzhong/a31ffbafb7ecf9839a15 to your computer and use it in GitHub Desktop.
databaseyml
This file contains 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
production: | |
adapter: mysql2 | |
encoding: utf8 | |
database: <%= ENV['MYSQL_ENV_MYSQL_DATABASE'] %> | |
username: <%= ENV['MYSQL_ENV_MYSQL_USER'] %> | |
password: <%= ENV['MYSQL_ENV_MYSQL_PASSWORD'] %> | |
host: <%= ENV['MYSQL_PORT_3306_TCP_ADDR'] %> | |
port: <%= ENV['MYSQL_PORT_3306_TCP_PORT'] %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment