From e4af97f80db0ebcad9ccc9236cf859d17bb64ca8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 13 Jan 2025 17:19:42 -0600 Subject: [PATCH] Update .env.example --- .env.example | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index a4d21ac332..bcdec01b7a 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,24 @@ -# Copy this to `.env` and `.env.test` files +# Copy this to `.env.local` and `.env.test` files -BITDRIFT_API_KEY= -SENTRY_AUTH_TOKEN= +# The env the app is running in e.g. development, testflight, production +EXPO_PUBLIC_ENV=development + +# The log level for the app. EXPO_PUBLIC_LOG_LEVEL=debug +# Currently unused. Enable debug for a subset of the debug logs. EXPO_PUBLIC_LOG_DEBUG= + +# This is the commit hash that the current bundle was made from. The user can +# see the commit hash in the app's settings along with the other version info. +# Useful for debugging/reporting. EXPO_PUBLIC_BUNDLE_IDENTIFIER= +# This will always be in the format of YYMMDD, so that it always increases for +# 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=