Created
June 12, 2017 14:16
-
-
Save mikejakobsen/5563f728e2c5fd035e6e86b44a43080f to your computer and use it in GitHub Desktop.
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
| default: &default | |
| adapter: postgresql | |
| encoding: unicode | |
| development: | |
| adapter: postgresql | |
| encoding: unicode | |
| database: development | |
| username: mike | |
| password: secret | |
| test: | |
| adapter: postgresql | |
| encoding: unicode | |
| database: testing | |
| username: mike | |
| password: secret | |
| production: | |
| adapter: postgresql | |
| encoding: unicode | |
| database: production | |
| username: mike | |
| password: secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment