ok its not drop in for murdle anymore so we must make it for non prod. ill add a config file soon
This commit is contained in:
parent
d471cce1f7
commit
89953a70f3
@ -17,27 +17,27 @@
|
||||
|
||||
<body>
|
||||
<div id="app-mount"></div><script nonce="">window.__OVERLAY__ = /overlay/.test(location.pathname)</script><script nonce="">window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname)</script><script nonce="">window.GLOBAL_ENV = {
|
||||
API_ENDPOINT: '//chat.murdle.top/api',
|
||||
WEBAPP_ENDPOINT: '//chat.murdle.top',
|
||||
CDN_HOST: 'chat.murdle.top',
|
||||
ASSET_ENDPOINT: 'https://chat.murdle.top',
|
||||
MEDIA_PROXY_ENDPOINT: 'https://chat.murdle.top',
|
||||
API_ENDPOINT: '//localhost:3001/api',
|
||||
WEBAPP_ENDPOINT: '//localhost:3001',
|
||||
CDN_HOST: 'localhost:3001',
|
||||
ASSET_ENDPOINT: 'http://localhost:3001',
|
||||
MEDIA_PROXY_ENDPOINT: 'http://localhost:3001',
|
||||
WIDGET_ENDPOINT: '//discord.com/widget',
|
||||
INVITE_HOST: 'discord.gg',
|
||||
GUILD_TEMPLATE_HOST: 'discord.new',
|
||||
GIFT_CODE_HOST: 'discord.gift',
|
||||
RELEASE_CHANNEL: 'stable',
|
||||
MARKETING_ENDPOINT: '//chat.murdle.top',
|
||||
MARKETING_ENDPOINT: '//localhost:3001',
|
||||
BRAINTREE_KEY: 'production_5st77rrc_49pp2rp4phym7387',
|
||||
STRIPE_KEY: 'pk_live_CUQtlpQUF0vufWpnpUmQvcdi',
|
||||
NETWORKING_ENDPOINT: '//chat.murdle.top',
|
||||
RTC_LATENCY_ENDPOINT: '//chat.murdle.top',
|
||||
ACTIVITY_APPLICATION_HOST: 'chat.murdle.top',
|
||||
NETWORKING_ENDPOINT: '//localhost:3001',
|
||||
RTC_LATENCY_ENDPOINT: '//localhost:3001',
|
||||
ACTIVITY_APPLICATION_HOST: 'localhost:3001',
|
||||
PROJECT_ENV: 'production',
|
||||
REMOTE_AUTH_ENDPOINT: '//remote-auth-gateway.discord.gg',
|
||||
SENTRY_TAGS: {"buildId":"9af39da","buildType":"normal"},
|
||||
MIGRATION_SOURCE_ORIGIN: 'https://chat.murdle.top',
|
||||
MIGRATION_DESTINATION_ORIGIN: 'https://chat.murdle.top',
|
||||
MIGRATION_SOURCE_ORIGIN: 'http://localhost:3001',
|
||||
MIGRATION_DESTINATION_ORIGIN: 'http://localhost:3001',
|
||||
HTML_TIMESTAMP: Date.now(),
|
||||
ALGOLIA_KEY: 'aca0d7082e4e63af5ba5917d5e96bed0',
|
||||
};</script><script nonce="">!function(){if(null!=window.WebSocket){var n=function(n){try{var e=localStorage.getItem(n);return null==e?null:JSON.parse(e)}catch(n){return null}},e=n("token"),o=n("gatewayURL");if(e&&o&&!window.__OVERLAY__){var r=null!=window.DiscordNative||null!=window.require?"etf":"json",t=o+"/?encoding="+r+"&v=9&compress=zlib-stream";console.log("[FAST CONNECT] "+t+", encoding: "+r+", version: 9");var a=new WebSocket(t);a.binaryType="arraybuffer";var s=Date.now(),i={open:!1,gateway:t,messages:[]};a.onopen=function(){console.log("[FAST CONNECT] connected in "+(Date.now()-s)+"ms"),i.open=!0},a.onclose=a.onerror=function(){window._ws=null},a.onmessage=function(n){i.messages.push(n)},window._ws={ws:a,state:i}}}}();</script><script src="/assets/7bee670797b9a4c1e09e.js" integrity="sha256-R+g4DcQ56i9OB2SbBsSuHr/4jGHnajy0rWydMTqeDqg= sha512-g0U47mQ+/ULG8F6M3OC2B4ows6GWx/au7hwNQLBS+GSHOoxBBs43Phl2KUkAUgePNnBLnK3cx2+PwhUSsUw6Bw=="></script><script src="/assets/5ca4d4e888e24c4376b2.js" integrity="sha256-Fg+CWdC+LsYyaNS+ZzQIUX6aJ/txrGIQ0V5Z98veBmg= sha512-DL32yCQDhhq8oOHHlyIZZX6APXo4RZ2RoxIs4fn41o70RQyGQFHE4g/BwnObYFEWip2B3mHWqp+v1WdOFK9rQw=="></script><script src="/assets/70fef35cbb2412cacff1.js" integrity="sha256-7U4LjIJUe5h0HGIvMUEUGCeQtmzugNJyBAe1TdPq1go= sha512-TanKHdCiIsqnoq3DtURaab2MV6j2/3O5zMVhRWLzEvhu8sa2E70gRfcmjz4OfeHCLZPr+7Z+o2tRnyxpbIR2Ng=="></script><script src="/assets/d0ccd2ec4ae7fd5186b0.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user