From 7afefccdd084a08a31c6368efdc207f5fa76aec5 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 9 Jan 2025 09:33:05 -0600 Subject: [PATCH] Test commit --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 186dde643f..a62692d87d 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -4,7 +4,7 @@ import {AppBskyActorDefs} from '@atproto/api' export const LOCAL_DEV_SERVICE = Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583' export const STAGING_SERVICE = 'https://staging.bsky.dev' -export const BSKY_SERVICE = 'http://localhost:3000' // TODO env +export const BSKY_SERVICE = 'http://localhost:3000' // TODO add to env export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app' export const DEFAULT_SERVICE = BSKY_SERVICE const HELP_DESK_LANG = 'en-us'