Skip to content

Instantly share code, notes, and snippets.

@nanzhong
Created December 10, 2014 20:51
Show Gist options
  • Save nanzhong/a31ffbafb7ecf9839a15 to your computer and use it in GitHub Desktop.
Save nanzhong/a31ffbafb7ecf9839a15 to your computer and use it in GitHub Desktop.
databaseyml
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