This commit is contained in:
gtz
2022-11-03 11:26:21 +08:00
commit 5ce4dfba46
1409 changed files with 205224 additions and 0 deletions

8
.env.staging Normal file
View File

@@ -0,0 +1,8 @@
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'