mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-10 23:28:46 +08:00
feat:版本迭代
This commit is contained in:
28
.env.example
28
.env.example
@@ -1,24 +1,8 @@
|
||||
# # 数据库配置
|
||||
# DB_HOST=localhost
|
||||
# DB_USER=your_username
|
||||
# DB_PASSWORD=your_password
|
||||
# jwt密钥 用于生成token加密
|
||||
JWT_SECRET=""
|
||||
|
||||
# # API密钥
|
||||
# API_KEY=your_api_key
|
||||
# 用户注册码
|
||||
REGISTER_CODE='9527'
|
||||
|
||||
# # 其他敏感信息
|
||||
# CLOUD115_TOKEN=your_token
|
||||
|
||||
# 代理信息
|
||||
HTTP_PROXY_HOST=127.0.0.1
|
||||
HTTP_PROXY_PORT=7890
|
||||
|
||||
# 115网盘配置
|
||||
CLOUD115_USER_ID=your_user_id # 用户ID 可以不填
|
||||
CLOUD115_COOKIE=your_cookie
|
||||
|
||||
# 夸克网盘配置
|
||||
QUARK_COOKIE='your_cookie'
|
||||
|
||||
# RSS配置
|
||||
RSS_BASE_URL=https://rsshub.rssforever.com/telegram/channel
|
||||
# 服务端口
|
||||
PORT=8009
|
||||
|
||||
Reference in New Issue
Block a user