Parcourir la source

提交前端配置文件

zhulangren@gmail.com il y a 3 ans
Parent
commit
d632108342
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      docker/.env.production

+ 5 - 0
docker/.env.production

@@ -0,0 +1,5 @@
+# 线上环境
+ENV = 'production'
+
+# 线上环境接口地址
+VITE_API_URL = '/prod-api'