fix gateway env
This commit is contained in:
parent
dccacea0dc
commit
16fbc52782
@ -16,7 +16,7 @@
|
||||
<link rel="icon" href="/assets/07dca80a102d4149e9736d4b162cff6f.ico">
|
||||
<link rel="manifest" href="/assets/manifest.json">
|
||||
<title>Discord</title>
|
||||
|
||||
|
||||
<link rel="preload" as="script" href="/assets/custom/utils.js">
|
||||
<link rel="preload" as="script" href="/assets/custom/pushMessages.js">
|
||||
<link rel="preload" as="script" href="/assets/custom/rtcPatcher.js">
|
||||
@ -69,7 +69,7 @@
|
||||
MIGRATION_DESTINATION_ORIGIN: protocolRelative(data.api.baseUrl),
|
||||
HTML_TIMESTAMP: Date.now(),
|
||||
ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0",
|
||||
GATEWAY_URL: data.gateway.baseUrl,
|
||||
GATEWAY_ENDPOINT: data.gateway.baseUrl,
|
||||
VAPID_KEY: data.vapid.publicKey
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user