Zio Blue: various rebranding changes

This commit is contained in:
Ducky 2024-09-03 16:33:47 +01:00
parent 0e1de19903
commit 7462f796a4
2 changed files with 23 additions and 8 deletions

View file

@ -3,9 +3,9 @@ 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 PUBLIC_BSKY_SERVICE = 'https://public.api.bsky.app'
export const STAGING_SERVICE = 'https://zio.blue
export const BSKY_SERVICE = 'https://zio.blue'
export const PUBLIC_BSKY_SERVICE = 'https://zio.blue'
export const DEFAULT_SERVICE = BSKY_SERVICE
const HELP_DESK_LANG = 'en-us'
export const HELP_DESK_URL = `https://blueskyweb.zendesk.com/hc/${HELP_DESK_LANG}`