Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created March 23, 2020 17:55
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 brianleroux/812f650e656249769a24559bff9543b6 to your computer and use it in GitHub Desktop.
Save brianleroux/812f650e656249769a24559bff9543b6 to your computer and use it in GitHub Desktop.
working local with env vars
# ensure this file is in your .gitignore
# example .arc-env
@testing
MYVAR asdfasdf
MYVAR2 blah
@staging
MYVAR val
MYVAR2 foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment