Last active
June 6, 2016 15:26
-
-
Save khoa-le/ded6de975a84fb7cf4163459ddfc7f7e to your computer and use it in GitHub Desktop.
Config parameter for Circle CI on Symfony
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
| parameters: | |
| database_host: 127.0.0.1 | |
| database_port: ~ | |
| database_name: circle_test | |
| database_user: ubuntu | |
| database_password: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment