-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72caa7f
commit 013c1c7
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
export USER_PATH= | ||
|
||
export USER_FULL_NAME="" | ||
export USER_HANDLE="" | ||
|
||
export USER_EDITOR= | ||
|
||
export USER_NAME="" | ||
export PUBLIC_GIT_COMMITTER_EMAIL="" | ||
|
||
export WORK_NPMO_REGISTRY="" | ||
export WORK_GHE_ORG="" | ||
export WORK_GIT_COMMITTER_EMAIL="" | ||
|
||
export WORK_GHE_TOKEN="" | ||
export WORK_SLACK_TOKEN_FOR_TRAVIS="" | ||
export WORK_NPMO_TOKEN="" | ||
|
||
USER_TERM_PROGRAM="iTerm.app" | ||
|
||
export API_KEY="" |