chore: move backend urls to env variables

This commit is contained in:
Andrew Bastin
2022-06-07 01:57:48 +05:30
parent 52c25e497f
commit a78462fbe3
2 changed files with 15 additions and 16 deletions

View File

@@ -16,3 +16,7 @@ MEASUREMENT_ID=G-BBJ3R80PJT
# Base URL
BASE_URL=https://hoppscotch.io
# Backend URLs
BACKEND_GQL_URL=https://api.hoppscotch.io/graphql
BACKEND_WS_URL=wss://api.hoppscotch.io/graphql