Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
117
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 52 lines 1.3 kB 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# Optional direct metrics ingestion endpoint. 32# If unset, metrics fall back to Sentry/GlitchTip when EXPO_PUBLIC_SENTRY_DSN is set. 33EXPO_PUBLIC_METRICS_API_HOST= 34 35# Growthbook config 36EXPO_PUBLIC_GROWTHBOOK_API_HOST= 37EXPO_PUBLIC_GROWTHBOOK_CLIENT_KEY= 38 39# Sentry-compatible DSN for telemetry, including GlitchTip. 40EXPO_PUBLIC_SENTRY_DSN= 41 42# Bitdrift API key. If undefined, Bitdrift will be disabled. 43EXPO_PUBLIC_BITDRIFT_API_KEY= 44 45# geolocation web worker URL 46GEOLOCATION_DEV_URL= 47 48# live-events web worker URL 49LIVE_EVENTS_DEV_URL= 50 51# app-config web worker URL 52APP_CONFIG_DEV_URL=