Last active
June 2, 2019 13:02
-
-
Save jacksonpires/c07066d9a17dfebaeb8bae9bfe3b8a0c to your computer and use it in GitHub Desktop.
MySQL database.yml example
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
production: | |
adapter: mysql2 | |
encoding: utf8 | |
reconnect: true | |
database: <bd-da-app> | |
pool: 5 | |
username: root | |
password: <senha-do-mysql> | |
socket: /var/run/mysqld/mysqld.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment