Do service auth for init

This commit is contained in:
Eric Bailey
2025-07-09 15:08:14 -05:00
parent 9a0e043ee9
commit 5c141d750e
2 changed files with 26 additions and 1 deletions
+4
View File
@@ -202,5 +202,9 @@ export const urls = {
},
}
export const PUBLIC_APPVIEW = 'https://api.bsky.app'
export const PUBLIC_APPVIEW_DID = 'did:web:api.bsky.app'
export const PUBLIC_STAGING_APPVIEW_DID = 'did:web:api.staging.bsky.dev'
export const DEV_ENV_APPVIEW = `http://localhost:2584` // always the same
export const DEV_ENV_APPVIEW_DID = `did:plc:cs5onzby6e5yv25qfhtiatsa` // get this from `localhost:2581`