diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 4aefa3320..ac8dcab1f 100644 --- a/.env.example +++ b/.env.example @@ -33,3 +33,9 @@ EXPO_PUBLIC_SENTRY_DSN= # Bitdrift API key. If undefined, Bitdrift will be disabled. EXPO_PUBLIC_BITDRIFT_API_KEY= + +# bapp-config web worker URL +BAPP_CONFIG_DEV_URL= + +# Dev-only passthrough value for bapp-config web worker +BAPP_CONFIG_DEV_BYPASS_SECRET= |