Update dev env (#8921)
* Update dev-env * Integrate appviewDid value from dev-env * Use correct env value to disable policy update overlay * Remove log
This commit is contained in:
@@ -214,7 +214,11 @@ 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 BLUESKY_PROXY_HEADER: ProxyHeaderValue = `${BLUESKY_PROXY_DID}#bsky_appview`
|
||||
// temp hack for e2e - esb
|
||||
export let BLUESKY_PROXY_HEADER: ProxyHeaderValue = `${BLUESKY_PROXY_DID}#bsky_appview`
|
||||
export function setBlueskyProxyHeader(header: ProxyHeaderValue) {
|
||||
BLUESKY_PROXY_HEADER = header
|
||||
}
|
||||
|
||||
export const BLUESKY_SERVICE_HEADERS = {
|
||||
'atproto-proxy': BLUESKY_PROXY_HEADER,
|
||||
|
||||
Reference in New Issue
Block a user