diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example index e18cda4e5..4aefa3320 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,9 @@ EXPO_PUBLIC_LOG_LEVEL=debug # Enable debug logs for specific logger instances EXPO_PUBLIC_LOG_DEBUG=session +# Bluesky appview DID +EXPO_PUBLIC_BLUESKY_PROXY_DID= + # Chat service DID EXPO_PUBLIC_CHAT_PROXY_DID= |