From a1ed59e0eeb03d1f587512a1e567ebc298d71b38 Mon Sep 17 00:00:00 2001 From: hailey Date: Tue, 26 Aug 2025 17:13:11 -0700 Subject: use an env var for configurable proxy header (#8863) --- .env.example | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.example') 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= -- cgit 1.4.1