Created
November 29, 2018 23:49
-
-
Save Supernats/b6bf5c7b58b26cc36551de5b4e5226a0 to your computer and use it in GitHub Desktop.
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
test: | |
adapter: mysql2 | |
encoding: utf8 | |
collation: utf8_unicode_ci | |
reconnect: true | |
database: circleci | |
pool: 5 | |
username: root | |
password: | |
host: localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment