Bluesky app fork with some witchin' additions 馃挮
at main 887 B view raw
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# Sentry DSN for telemetry 32EXPO_PUBLIC_SENTRY_DSN= 33 34# Bitdrift API key. If undefined, Bitdrift will be disabled. 35EXPO_PUBLIC_BITDRIFT_API_KEY= 36 37# bapp-config web worker URL 38BAPP_CONFIG_DEV_URL=