This commit is contained in:
zhuokongming 2019-11-18 17:12:04 +08:00
parent 877ec4c02b
commit 8215740a69
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*