[chore] Update config and npm packages

This commit is contained in:
2021-09-24 19:21:54 +02:00
parent ac538692b9
commit 2b308f9021
3 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
VITE_LIMIT_TIME=2 * 7 * 24 * 60 * 60 * 1000
# API related
# VITE_API_URL_DEV="http://192.168.1.19:8055/graphql"
# VITE_API_URL_DEV="http://192.168.1.19:8055"
VITE_API_URL_DEV="http://api.housesof.localhost:8055"
VITE_API_URL_PROD="https://api.housesof.world"
VITE_API_GRAPHQL_PATH="/graphql"