chore: add VITE_PROXYSCOTCH_ACCESS_TOKEN to .env.example (#5015)

This commit is contained in:
Leonic 2025-04-25 14:31:17 +02:00 committed by GitHub
parent fbeb0e56be
commit c2d3e1db90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,5 +86,8 @@ VITE_BACKEND_API_URL=http://localhost:3170/v1
VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms
VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy 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 # Set to `true` for subpath based access
ENABLE_SUBPATH_BASED_ACCESS=false ENABLE_SUBPATH_BASED_ACCESS=false