From 9bf1b6f9285a75d8441b051f3ed2ed572df23b40 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Wed, 9 Nov 2022 10:53:00 -0500 Subject: [PATCH] Remove unused variables from .env.example --- .env.example | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 6da40c18..bd8b6bae 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ #### -# App Config +# Build-time app config # Environment files are documented here: # https://vitejs.dev/guide/env-and-mode.html#env-files #### @@ -8,12 +8,6 @@ # VITE_DEFAULT_HOMESERVER=http://localhost:8008 # VITE_FALLBACK_STUN_ALLOWED=false -# Used for submitting debug logs to an external rageshake server -# VITE_RAGESHAKE_SUBMIT_URL=http://localhost:9110/api/submit - -# The Sentry DSN to use for error reporting. Leave undefined to disable. -# VITE_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 - # VITE_CUSTOM_THEME=true # VITE_THEME_ACCENT=#0dbd8b # VITE_THEME_ACCENT_20=#0dbd8b33