forked from ChrisEric1/ChrisEric1.GitHub.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLCP.DBC.html
42 lines (42 loc) · 1.88 KB
/
LCP.DBC.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<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: "//" + window.location.host + '/d/api',
API_VERSION: 9,
GATEWAY_ENDPOINT: 'wss://gateway.discord.gg',
WEBAPP_ENDPOINT: "//" + window.location.host,
CDN_HOST: 'cdn.discordapp.com',
ASSET_ENDPOINT: "//" + window.location.host,
MEDIA_PROXY_ENDPOINT: '//media.discordapp.net',
WIDGET_ENDPOINT: '//discord.com/widget',
INVITE_HOST: 'discord.gg',
GUILD_TEMPLATE_HOST: 'discord.new',
GIFT_CODE_HOST: 'discord.gift',
RELEASE_CHANNEL: 'canary',
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',
ACTIVITY_APPLICATION_HOST: 'discordsays.com',
PROJECT_ENV: 'production',
REMOTE_AUTH_ENDPOINT: '//remote-auth-gateway.discord.gg',
SENTRY_TAGS: {"buildId":"7956ae0a7fef17564b5e718757ad1a38d2322063","buildType":"normal"},
MIGRATION_SOURCE_ORIGIN: 'https://discord.com',
MIGRATION_DESTINATION_ORIGIN: window.location.protocol + "//" + window.location.host,
HTML_TIMESTAMP: Date.now(),
ALGOLIA_KEY: 'aca0d7082e4e63af5ba5917d5e96bed0',
};
const localStorage = window.localStorage;
</script>
<script src="/assets/d170d5b12b302f315912.js"></script>
<script src="/assets/35e0115547d406ec0d20.js"></script>
<script src="/assets/be358c929d9afee6527f.js"></script>
<script src="/assets/ac07c15f13e50948a1b2.js"></script>
</body>
</html>