chore: add VITE_PROXYSCOTCH_ACCESS_TOKEN to .env.example (#5015)
This commit is contained in:
parent
fbeb0e56be
commit
c2d3e1db90
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue