-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: clean up example env files
- Loading branch information
1 parent
a9e2ad6
commit 350367b
Showing
3 changed files
with
1 addition
and
30 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 |
---|---|---|
@@ -1,16 +1,4 @@ | ||
export MM_FOX_CODE="EXAMPLE_FOX_CODE" | ||
export MM_BRANCH_KEY_TEST= | ||
export MM_BRANCH_KEY_LIVE= | ||
export METAMASK_BUILD_TYPE= | ||
# Firebase | ||
export FCM_CONFIG_API_KEY= | ||
export FCM_CONFIG_AUTH_DOMAIN= | ||
export FCM_CONFIG_PROJECT_ID= | ||
export FCM_CONFIG_STORAGE_BUCKET= | ||
export FCM_CONFIG_MESSAGING_SENDER_ID= | ||
export FCM_CONFIG_APP_ID= | ||
export GOOGLE_SERVICES_B64_ANDROID= | ||
#Notifications Feature Announcements | ||
export FEATURES_ANNOUNCEMENTS_ACCESS_TOKEN= | ||
export FEATURES_ANNOUNCEMENTS_SPACE_ID= | ||
|
||
export METAMASK_BUILD_TYPE= |
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 |
---|---|---|
@@ -1,14 +1,3 @@ | ||
MM_FOX_CODE = EXAMPLE_FOX_CODE | ||
MM_BRANCH_KEY_TEST = | ||
MM_BRANCH_KEY_LIVE = | ||
# Firebase | ||
FCM_CONFIG_API_KEY= | ||
FCM_CONFIG_AUTH_DOMAIN= | ||
FCM_CONFIG_PROJECT_ID= | ||
FCM_CONFIG_STORAGE_BUCKET= | ||
FCM_CONFIG_MESSAGING_SENDER_ID= | ||
FCM_CONFIG_APP_ID= | ||
GOOGLE_SERVICES_B64_IOS= | ||
#Notifications Feature Announcements | ||
FEATURES_ANNOUNCEMENTS_ACCESS_TOKEN= | ||
FEATURES_ANNOUNCEMENTS_SPACE_ID= |
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