refactor: harden registration runtime

This commit is contained in:
github-actions[bot]
2026-07-14 16:17:34 +00:00
parent 619d1fa399
commit bb02b33c48
4 changed files with 44 additions and 185 deletions
+4 -1
View File
@@ -35,5 +35,8 @@
"defaultDomains": "example.com",
"email_provider": "cloudflare",
"yyds_api_key": "",
"yyds_jwt": ""
"yyds_jwt": "",
"cpa_oidc_request_timeout_sec": 15,
"cpa_oidc_poll_timeout_sec": 15,
"grok2api_allow_legacy_full_save": false
}