forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1# The env the app is running in e.g. development, testflight, production
2EXPO_PUBLIC_ENV=development
3
4# This is the semver release version of the app, pulled from package.json
5EXPO_PUBLIC_RELEASE_VERSION=
6
7# This is the commit hash that the current bundle was made from.
8EXPO_PUBLIC_BUNDLE_IDENTIFIER=
9
10# Should be formatted YYMMDDHH so that it increases for each build.
11EXPO_PUBLIC_BUNDLE_DATE=0
12
13# The log level for the app's logger transports
14EXPO_PUBLIC_LOG_LEVEL=debug
15
16# Enable debug logs for specific logger instances
17EXPO_PUBLIC_LOG_DEBUG=session
18
19# Bluesky appview DID
20EXPO_PUBLIC_BLUESKY_PROXY_DID=
21
22# Chat service DID
23EXPO_PUBLIC_CHAT_PROXY_DID=
24
25#
26#
27# Bluesky specific values
28#
29#
30
31# Bluesky's metrics API
32EXPO_PUBLIC_METRICS_API_HOST=
33
34# Growthbook config
35EXPO_PUBLIC_GROWTHBOOK_API_HOST=
36EXPO_PUBLIC_GROWTHBOOK_CLIENT_KEY=
37
38# Sentry DSN for telemetry
39EXPO_PUBLIC_SENTRY_DSN=
40
41# Bitdrift API key. If undefined, Bitdrift will be disabled.
42EXPO_PUBLIC_BITDRIFT_API_KEY=
43
44# geolocation web worker URL
45GEOLOCATION_DEV_URL=
46
47# live-events web worker URL
48LIVE_EVENTS_DEV_URL=