Explorar el Código

提交前端配置文件

zhulangren@gmail.com hace 3 años
padre
commit
d632108342
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      docker/.env.production

+ 5 - 0
docker/.env.production

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