初步增加, 扫码登录成功
This commit is contained in:
@@ -60,6 +60,16 @@ COOKIE_SECURE=false
|
||||
# CORS 允许的源(逗号分隔,不设则默认开发环境)
|
||||
# CORS_ORIGINS=https://example.com,https://www.example.com
|
||||
|
||||
# 应用宝充值 Worker(Docker Compose 内网服务;生产环境必须设置为随机长密钥)
|
||||
# 生成方式: python3 -c "import secrets; print(secrets.token_urlsafe(32))"
|
||||
YYB_WORKER_KEY=
|
||||
# Docker 部署使用默认值;dev.sh 自动覆盖为 http://127.0.0.1:${YYB_WORKER_PORT:-8810}
|
||||
# YYB_WORKER_URL=http://yyb-worker:8810
|
||||
# YYB_WORKER_TIMEOUT=30
|
||||
# 本地调试 Worker(仅 dev.sh 使用,默认只绑定 127.0.0.1)
|
||||
# YYB_WORKER_PORT=8810
|
||||
# DEV_YYB_WORKER_URL=http://127.0.0.1:8810
|
||||
|
||||
# Roundcube 邮件验证码读取服务地址(可选;不填则使用默认服务)
|
||||
# MAIL_ROUNDCUBE_URL=http://127.0.0.1:8000/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user