Use online API on dev instead of local

This commit is contained in:
2021-10-13 22:32:48 +02:00
parent ee31f7240d
commit 7ffb04961a
2 changed files with 58 additions and 57 deletions

View File

@@ -10,7 +10,8 @@ VITE_FILTERS_DEFAULT_SORT="latest"
# API related
# VITE_API_URL_DEV="http://192.168.1.19:8055"
VITE_API_URL_DEV="http://api.housesof.localhost:8055"
# VITE_API_URL_DEV="http://api.housesof.localhost:8055"
VITE_API_URL_DEV="https://api.housesof.world"
VITE_API_URL_PROD="https://api.housesof.world"
VITE_API_GRAPHQL_PATH="/graphql"
VITE_API_TOKEN="efa40490-152c-49d7-a75b-30a6427439b1"