From cdc4557d19473a136dec7f9a4862cddc672f166b Mon Sep 17 00:00:00 2001 From: Aaron Liang <76561968+AaronL725@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:49:21 +0800 Subject: [PATCH] docs: enable OIDC in example config --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 9d111a7..fd2fd48 100755 --- a/config.example.json +++ b/config.example.json @@ -22,7 +22,7 @@ "grok2api_remote_base": "", "grok2api_remote_app_key": "", "api_reverse_tools": "", - "cpa_export_enabled": false, + "cpa_export_enabled": true, "cpa_auth_dir": "./cpa_auths", "cpa_copy_to_hotload": false, "cpa_hotload_dir": "",