sync: update from private repo (9b2ab10)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-12 05:43:19 +00:00
parent 7d5d2d44b1
commit 547a4bbb00
3 changed files with 184 additions and 5 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ tools:
# # 本番では `openssl rand -hex 32` 等で固定値を生成して設定すること。
# # ⚠ プレースホルダ文字列をそのまま使わない (公開された secret は偽造・改ざんに使われる)。
# session_secret: ""
# session_max_age: 86400000 # 24h (ms)
# session_max_age: 86400000 # 無操作タイムアウト (ms)。アクセスごとに延長 (rolling)。未設定時は30日
# secure_cookie: false # HTTPS 環境では true (TLS 終端の背後では必須)
# admin_emails:
# - "[email protected]"