This website works better with JavaScript
Home
Explore
Help
Sign In
ZZYDOP
/
AiDOPWarehouse
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
提交前端配置文件
zhulangren@gmail.com
3 years ago
parent
6c7ce20535
commit
d632108342
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
docker/.env.production
+ 5
- 0
docker/.env.production
View File
@@ -0,0 +1,5 @@
+# 线上环境
+ENV = 'production'
+
+# 线上环境接口地址
+VITE_API_URL = '/prod-api'