AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
.env
根目录
/
project
/
aitoearn-electron
/
.env
1
VITE_APP_HOT_URL = 'https://att-contents.yikart.cn/api'
2
VITE_APP_FILE_HOST = 'https://ai-to-earn.oss-cn-beijing.aliyuncs.com/'
3
4
# 正式
5
VITE_APP_URL = 'https://api.aitoearn.cn/api'
6
7
# 调试
8
# VITE_APP_URL = 'http://127.0.0.1:3000/api'
9
9 lines
Plain Text