.env.example 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Google Analytics ID
  2. VITE_GA_ID=UA-61422507-4
  3. # Google Tag Manager ID
  4. VITE_GTM_ID=GTM-NMKVBMV
  5. # Firebase config
  6. VITE_API_KEY=AIzaSyCMsFreESs58-hRxTtiqQrIcimh4i1wbsM
  7. VITE_AUTH_DOMAIN=postwoman-api.firebaseapp.com
  8. VITE_DATABASE_URL=https://postwoman-api.firebaseio.com
  9. VITE_PROJECT_ID=postwoman-api
  10. VITE_STORAGE_BUCKET=postwoman-api.appspot.com
  11. VITE_MESSAGING_SENDER_ID=421993993223
  12. VITE_APP_ID=1:421993993223:web:ec0baa8ee8c02ffa1fc6a2
  13. VITE_MEASUREMENT_ID=G-BBJ3R80PJT
  14. # Base URLs
  15. VITE_BASE_URL=https://hoppscotch.io
  16. VITE_SHORTCODE_BASE_URL=https://hopp.sh
  17. # Backend URLs
  18. VITE_BACKEND_GQL_URL=https://api.hoppscotch.io/graphql
  19. VITE_BACKEND_WS_URL=wss://api.hoppscotch.io/graphql
  20. # Terms Of Service And Privacy Policy Links (Optional)
  21. VITE_APP_TOS_LINK=https://docs.hoppscotch.io/terms
  22. VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/privacy
  23. # Sentry (Optional)
  24. # VITE_SENTRY_DSN: <Sentry DSN here>
  25. # VITE_SENTRY_ENVIRONMENT: <Sentry environment value here>
  26. # VITE_SENTRY_RELEASE_TAG: <Sentry release tag here (for release monitoring)>
  27. # Proxyscotch Access Token (Optional)
  28. # VITE_PROXYSCOTCH_ACCESS_TOKEN: <Token Set In Proxyscotch Server>