diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-02-16 21:16:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 21:16:20 +0300 |
commit | c9fdfe196d743ecc5ca8a9ec98f1a3a436b7a20f (patch) | |
tree | 80d802d0f8f411425f6dbbf4c35c3e1bd3218b02 /api/client_test | |
parent | Typo (diff) | |
parent | Return none for dev portal + todo for categories (diff) | |
download | server-c9fdfe196d743ecc5ca8a9ec98f1a3a436b7a20f.tar.xz |
Merge pull request #608 from Featyre/master
Branding updates + Fixed Discovery and custom status + Dev portal
Diffstat (limited to 'api/client_test')
-rw-r--r-- | api/client_test/developers.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/api/client_test/developers.html b/api/client_test/developers.html new file mode 100644 index 00000000..2a4402d7 --- /dev/null +++ b/api/client_test/developers.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html class="theme-dark" data-theme="dark"> + <head> + <meta charset="utf-8" /> + <meta content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" name="viewport" /> + + <link rel="stylesheet" href="/assets/532.03aaeef88460fae60534.css" integrity="" /> + <link rel="icon" href="/assets/07dca80a102d4149e9736d4b162cff6f.ico" /> + <title>Discord Test Client Developer Portal</title> + <meta charset="utf-8" data-react-helmet="true" /> + </head> + + <body> + <div id="app-mount"></div> + <script> + window.GLOBAL_ENV = { + API_VERSION: 9, + API_ENDPOINT: "/api", + WEBAPP_ENDPOINT: "", + CDN_HOST: `${location.hostname}:3003`, + + BRAINTREE_KEY: "production_5st77rrc_49pp2rp4phym7387", + STRIPE_KEY: "pk_live_CUQtlpQUF0vufWpnpUmQvcdi", + MARKETING_ENDPOINT: "//discord.com", + RELEASE_CHANNEL: "stable", + ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0" + }; + GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST; + const localStorage = window.localStorage; + // TODO: remote auth + // window.GLOBAL_ENV.REMOTE_AUTH_ENDPOINT = window.GLOBAL_ENV.GATEWAY_ENDPOINT.replace(/wss?:/, ""); + localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT); + localStorage.setItem( + "DeveloperOptionsStore", + `{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}` + ); + </script> + <script src="/assets/41fde19fdf180f3d4315.js" integrity=""></script> + <script src="/assets/7b04a3ab10e05dd9054e.js" integrity=""></script> + <script src="/assets/d1f811da193e5648048b.js" integrity=""></script> + </body> +</html> |