WIP rework env file
This commit is contained in:
+12
-6
@@ -3,6 +3,18 @@
|
||||
# The env the app is running in e.g. development, testflight, production
|
||||
EXPO_PUBLIC_ENV=development
|
||||
|
||||
# App view DID
|
||||
EXPO_PUBLIC_APPVIEW_DID=
|
||||
|
||||
# Chat service DID
|
||||
EXPO_PUBLIC_CHAT_DID=
|
||||
|
||||
# Bitdrift
|
||||
BITDRIFT_API_KEY=
|
||||
|
||||
# Sentry (deprecated)
|
||||
SENTRY_AUTH_TOKEN=
|
||||
|
||||
# The log level for the app.
|
||||
EXPO_PUBLIC_LOG_LEVEL=debug
|
||||
# Currently unused. Enable debug for a subset of the debug logs.
|
||||
@@ -16,9 +28,3 @@ EXPO_PUBLIC_BUNDLE_IDENTIFIER=
|
||||
# each build. This should only be used for Statsig reporting and shouldn't be
|
||||
# used to identify a specific bundle.
|
||||
EXPO_PUBLIC_BUNDLE_DATE=0
|
||||
|
||||
# Bitdrift
|
||||
BITDRIFT_API_KEY=
|
||||
|
||||
# Sentry (deprecated)
|
||||
SENTRY_AUTH_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user