feat(storage): expose a path to access local storage

This commit is contained in:
MingxuanGame
2025-08-12 05:23:16 +00:00
parent 449bda0a84
commit a488257acd
9 changed files with 52 additions and 15 deletions

View File

@@ -18,6 +18,8 @@ ACCESS_TOKEN_EXPIRE_MINUTES=1440
# 服务器地址
HOST="0.0.0.0"
PORT=8000
# 服务器 URL
SERVER_URL="http://localhost:8000"
# 调试模式,生产环境请设置为 false
DEBUG=false
# 私有 API 密钥,用于前后端 API 调用,使用 openssl rand -hex 32 生成
@@ -37,7 +39,6 @@ SIGNALR_PING_INTERVAL=15
FETCHER_CLIENT_ID=""
FETCHER_CLIENT_SECRET=""
FETCHER_SCOPES=public
FETCHER_CALLBACK_URL="http://localhost:8000/fetcher/callback"
# 日志设置
LOG_LEVEL="INFO"