make env match new quasar.conf

This commit is contained in:
wh1te909 2020-06-23 08:12:23 +00:00
parent 5194770f75
commit b59c102e86
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
VUE_APP_PROD_URL = "https://${API_HOST}"
VUE_APP_DEV_URL = "https://${API_HOST}"
PROD_URL = "https://${API_HOST}"
DEV_URL = "https://${API_HOST}"