chore(env): 内部令牌配置样例与 compose 透传

This commit is contained in:
Pine
2026-08-29 00:31:34 +08:00
parent 502e8b5db5
commit efcba2cef9
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -77,6 +77,8 @@
# 会话密钥
# SESSION_SECRET=random_string
# 云超服内部管理令牌:server-core 作为唯一入口无权限限制地管理微服务;置空关闭该能力(须与 server-core 的 PINEAGENTS_INTERNAL_TOKEN 一致)
# PINEAGENTS_INTERNAL_TOKEN=
# false/未配置:本地 HTTP 模式,关闭 refresh/logout OriginGuard,且不得设置 TRUSTED_URL;兼容本地开发代理。
# true:启用 Secure Refresh Cookie 和严格 OriginGuard,必须同时列出全部可信 HTTPS Origin。
# SESSION_COOKIE_TRUSTED_URL 多项用英文逗号分隔;不支持通配符、路径或域名后缀匹配。