Skip to content

Instantly share code, notes, and snippets.

@andrewstevenson
Created September 11, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewstevenson/df6a744cda06c3c25596b76fb0b3f33f to your computer and use it in GitHub Desktop.
Save andrewstevenson/df6a744cda06c3c25596b76fb0b3f33f to your computer and use it in GitHub Desktop.
val env_pass = db_type.toUpperCase + "_" + host.toUpperCase + "_" + name.toUpperCase + "_PASS"
val env_usr = db_type.toUpperCase + "_" + host.toUpperCase + "_" + name.toUpperCase + "_USER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment