forked from obytes/react-native-template-obytes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(env.sample): add env sample file
- Loading branch information
1 parent
b349e83
commit 07f8ea9
Showing
2 changed files
with
14 additions
and
3 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,6 @@ | ||
API_URL=https://dummyjson.com/ | ||
|
||
## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo | ||
SECRET_KEY=my-secret-key | ||
VAR_NUMBER=10 # this is a number variable | ||
VAR_BOOL=true # this is a boolean variable |
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