This commit is contained in:
zkthink
2020-06-01 17:06:07 +08:00
commit 3571659e42
287 changed files with 22257 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'