Skip to content

Instantly share code, notes, and snippets.

@tygern
Created April 29, 2017 21:20
Show Gist options
  • Save tygern/a9ef63965ed0fb9a5a02eea1b198613c to your computer and use it in GitHub Desktop.
Save tygern/a9ef63965ed0fb9a5a02eea1b198613c to your computer and use it in GitHub Desktop.
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