Test commit

This commit is contained in:
Eric Bailey
2025-01-09 09:33:05 -06:00
parent f421821b06
commit 7afefccdd0
+1 -1
View File
@@ -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'