Provide geo-gated users optional GPS fallback for precise location data (#8973)
This commit is contained in:
Vendored
+13
@@ -93,3 +93,16 @@ export const GCP_PROJECT_ID: number =
|
||||
process.env.EXPO_PUBLIC_GCP_PROJECT_ID === undefined
|
||||
? 0
|
||||
: Number(process.env.EXPO_PUBLIC_GCP_PROJECT_ID)
|
||||
|
||||
/**
|
||||
* URL for the bapp-config web worker _development_ environment. Can be a
|
||||
* locally running server, see `env.example` for more.
|
||||
*/
|
||||
export const BAPP_CONFIG_DEV_URL = process.env.BAPP_CONFIG_DEV_URL
|
||||
|
||||
/**
|
||||
* Dev environment passthrough value for bapp-config web worker. Allows local
|
||||
* dev access to the web worker running in `development` mode.
|
||||
*/
|
||||
export const BAPP_CONFIG_DEV_BYPASS_SECRET: string =
|
||||
process.env.BAPP_CONFIG_DEV_BYPASS_SECRET
|
||||
|
||||
Reference in New Issue
Block a user