Setup axios with the dev/prod environment variables for the API access

This commit is contained in:
Sandra
2022-01-28 20:01:07 +01:00
parent 987d649aa2
commit 0ae155cce7
6 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
VUE_APP_URL=http://127.0.0.1:8080
VUE_APP_API_URL=http://127.0.0.1:8081