1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00
server/client_test/index.html

50 lines
1.8 KiB
HTML
Raw Normal View History

2020-11-28 19:31:04 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2021-05-08 12:55:07 +02:00
<title>Discord Test Client</title>
2020-11-28 19:31:04 +01:00
</head>
<body>
<div id="app-mount"></div>
<script>
window.__OVERLAY__ = /overlay/.test(location.pathname);
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
window.GLOBAL_ENV = {
API_ENDPOINT: "/api",
WEBAPP_ENDPOINT: "",
CDN_HOST: "cdn.discordapp.com",
ASSET_ENDPOINT: "",
MEDIA_PROXY_ENDPOINT: "https://media.discordapp.net",
WIDGET_ENDPOINT: "//discord.com/widget",
INVITE_HOST: "discord.gg",
2021-05-24 20:47:06 +02:00
2020-11-28 19:31:04 +01:00
GUILD_TEMPLATE_HOST: "discord.new",
GIFT_CODE_HOST: "discord.gift",
RELEASE_CHANNEL: "stable",
MARKETING_ENDPOINT: "//discord.com",
BRAINTREE_KEY: "production_5st77rrc_49pp2rp4phym7387",
STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi",
NETWORKING_ENDPOINT: "//router.discordapp.net",
RTC_LATENCY_ENDPOINT: "//latency.discord.media/rtc",
PROJECT_ENV: "production",
REMOTE_AUTH_ENDPOINT: "//remote-auth-gateway.discord.gg",
SENTRY_TAGS: { buildId: "75e36d9", buildType: "normal" },
MIGRATION_SOURCE_ORIGIN: "https://discordapp.com",
MIGRATION_DESTINATION_ORIGIN: "https://discord.com",
HTML_TIMESTAMP: Date.now(),
2021-05-24 20:47:06 +02:00
ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0"
2020-11-28 19:31:04 +01:00
};
2021-05-25 01:11:18 +02:00
localStorage.removeItem("gatewayURL");
2021-04-07 00:25:17 +02:00
localStorage.setItem(
"DeveloperOptionsStore",
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":false,"logAnalyticsEvents":false,"sourceMapsEnabled":false,"axeEnabled":false}`
);
2020-11-28 19:31:04 +01:00
</script>
<script src="/assets/2b51ccc483c24624b4e4.js"></script>
<script src="/assets/f70adb19750694f9b703.js"></script>
<script src="/assets/d850ccc09f143ad7daa1.js"></script>
<script src="/assets/55bf39c3af597194d853.js"></script>
</body>
</html>