diff options
author | Eric Bailey <git@esb.lol> | 2025-09-04 11:07:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 11:07:12 -0500 |
commit | f8ae0540a062e6346baf9fbf0481f769fb23a120 (patch) | |
tree | fc888e55258169e8e7246a1c099aab78fc7d9c99 /.env.example | |
parent | 625b4e61dbf11c1d485bf8e8265df4d5af0c9657 (diff) | |
download | voidsky-f8ae0540a062e6346baf9fbf0481f769fb23a120.tar.zst |
Provide geo-gated users optional GPS fallback for precise location data (#8973)
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= |