WIP rework env file

This commit is contained in:
Eric Bailey
2025-01-14 09:14:40 -06:00
parent e4af97f80d
commit 4f2f96c994
2 changed files with 70 additions and 8 deletions
+12 -6
View File
@@ -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=