deer social fork for personal usage. but you might see a use idk. github mirror
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# Bitdrift API key. If undefined, Bitdrift will be disabled.
32EXPO_PUBLIC_BITDRIFT_API_KEY=
33
34# bapp-config web worker URL
35BAPP_CONFIG_DEV_URL=
36
37# Dev-only passthrough value for bapp-config web worker
38BAPP_CONFIG_DEV_BYPASS_SECRET=