chore: revert back environment variable prefixes to VITE_
This commit is contained in:
16
.env.example
16
.env.example
@@ -47,15 +47,15 @@ RATE_LIMIT_MAX=100 # Max requests per IP
|
||||
|
||||
|
||||
# Base URLs
|
||||
APP_BASE_URL=http://localhost:3000
|
||||
APP_SHORTCODE_BASE_URL=http://localhost:3000
|
||||
APP_ADMIN_URL=http://localhost:3100
|
||||
VITE_BASE_URL=http://localhost:3000
|
||||
VITE_SHORTCODE_BASE_URL=http://localhost:3000
|
||||
VITE_ADMIN_URL=http://localhost:3100
|
||||
|
||||
# Backend URLs
|
||||
APP_BACKEND_GQL_URL=http://localhost:3170/graphql
|
||||
APP_BACKEND_WS_URL=ws://localhost:3170/graphql
|
||||
APP_BACKEND_API_URL=http://localhost:3170/v1
|
||||
VITE_BACKEND_GQL_URL=http://localhost:3170/graphql
|
||||
VITE_BACKEND_WS_URL=ws://localhost:3170/graphql
|
||||
VITE_BACKEND_API_URL=http://localhost:3170/v1
|
||||
|
||||
# Terms Of Service And Privacy Policy Links (Optional)
|
||||
APP_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms
|
||||
APP_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy
|
||||
VITE_APP_TOS_LINK=https://docs.hoppscotch.io/support/terms
|
||||
VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/support/privacy
|
||||
|
||||
Reference in New Issue
Block a user