Skip to content

Instantly share code, notes, and snippets.

@nanzhong
Created December 18, 2014 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanzhong/8d05dd904eba5a79b36f to your computer and use it in GitHub Desktop.
Save nanzhong/8d05dd904eba5a79b36f to your computer and use it in GitHub Desktop.
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