Created
April 29, 2017 21:20
-
-
Save tygern/a9ef63965ed0fb9a5a02eea1b198613c 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
start.environment([ | |
"DATASOURCE_URL": "jdbc:mysql://localhost:3306/pickles_dev", | |
"DATASOURCE_USER": "pickles", | |
"PICKLES_URL": "http://localhost:8081", | |
]) | |
test.environment([ | |
"DATASOURCE_URL": "jdbc:mysql://localhost:3306/pickles_test", | |
"DATASOURCE_USER": "tester", | |
"PICKLES_URL": "http://localhost:7071", | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment