diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..921598c --- /dev/null +++ b/.env.development @@ -0,0 +1,5 @@ +# just a flag +ENV = 'development' +BASE_URL = 'http://localhost:8080/' +#VUE_APP_BASE_API = 'http://localhost:3004/' +VUE_APP_PORT = 8080 \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e3af67f --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +# just a flag +ENV = 'production' +#BASE_URL = 'http://localhost:8080/' +# VUE_APP_BASE_API = '/' +VUE_APP_PORT = 80