this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

judge0: init

Clément 2494a9e3 01a0afab

+4 -1
+4
app/.env.example
··· 1 1 SESSION_SECRET= 2 2 ENCRYPTION_KEY= 3 + 4 + JUDGE0_BASE_URL=https://example.com 5 + JUDGE0_AUTHN_HEADER=X-Auth-Token 6 + JUDGE0_AUTHN_TOKEN=
-1
app/src/vite-env.d.ts
··· 5 5 readonly VITE_OAUTH_REDIRECT_URL: string; 6 6 readonly VITE_OAUTH_CLIENT_URI: string; 7 7 readonly VITE_OAUTH_SCOPE: string; 8 - readonly SESSION_SECRET: string; 9 8 } 10 9 11 10 interface ImportMeta {