From c2d3e1db90904a989f25ca385388df151a1b64a7 Mon Sep 17 00:00:00 2001 From: Leonic <88329746+Leon-Luu@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:31:17 +0200 Subject: [PATCH] chore: add VITE_PROXYSCOTCH_ACCESS_TOKEN to .env.example (#5015) --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index aba3decc..bb1f0ee2 100644 --- a/.env.example +++ b/.env.example @@ -86,5 +86,8 @@ VITE_BACKEND_API_URL=http://localhost:3170/v1 VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy +# Set default to null as https://proxy.hoppscotch.io/ doesn't require an access token +VITE_PROXYSCOTCH_ACCESS_TOKEN= + # Set to `true` for subpath based access ENABLE_SUBPATH_BASED_ACCESS=false