From f421821b068de99d5fff421929dd81f3d873f136 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 9 Jan 2025 09:29:22 -0600 Subject: [PATCH] Override service --- 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 aa7ff29286..186dde643f 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 = 'https://bsky.social' +export const BSKY_SERVICE = 'http://localhost:3000' // TODO env export const PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app' export const DEFAULT_SERVICE = BSKY_SERVICE const HELP_DESK_LANG = 'en-us'