chore: revert back environment variable prefixes to VITE_

This commit is contained in:
Andrew Bastin
2023-08-18 19:14:15 +05:30
parent 1c35ea6e65
commit e1cbe6e003
20 changed files with 87 additions and 78 deletions

View File

@@ -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