feat: change env

This commit is contained in:
2025-03-26 01:17:46 +08:00
parent 29d0709083
commit f4af7d5c7f
12 changed files with 136 additions and 47 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# 代理配置
PROXY_PORT=3005
PROXY_DOMAIN=localhost
PROXY_RESOURCES=http://localhost:9000/resources
PROXY_ALLOWED_ORIGINS=localhost,xiongxiao.me,zxj.im
PROXY_HOME=/ai/chat
# 后台代理
API_HOST=http://localhost:4005
API_PATH=/api/router
# Minio 配置
MINIO_ENDPOINT=localhost
MINIO_PORT=9000
MINIO_BUCKET_NAME=resources
MINIO_USE_SSL=false
MINIO_ACCESS_KEY=username
MINIO_SECRET_KEY=****