cauto 2 years ago
parent
commit
760a28d4df
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/.env.development
  2. 1 0
      src/.env.production

+ 1 - 0
src/.env.development

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"

+ 1 - 0
src/.env.production

@@ -0,0 +1 @@
+VUE_APP_URL="http://localhost:8080"