Created
March 23, 2020 17:55
-
-
Save brianleroux/812f650e656249769a24559bff9543b6 to your computer and use it in GitHub Desktop.
working local with env vars
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
# 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