This commit is contained in:
“zhuoda
2019-11-18 15:36:59 +08:00
parent 1049447fe7
commit 523e60e924
2 changed files with 4 additions and 4 deletions

4
front/.env.local Normal file
View File

@@ -0,0 +1,4 @@
NODE_ENV=development
VUE_APP_TYPE=dev
VUE_APP_URL=http://127.0.0.1:10086/smart-admin-api/
VUE_APP_SOCKET_URL=ws://127.0.0.1:10086/smart-admin-api/

4
front/.gitignore vendored
View File

@@ -7,10 +7,6 @@ package-lock.json
/tests/e2e/videos/
/tests/e2e/screenshots/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*