From ad4d0451017e93e4ee503fc69fc0e1fbe478e008 Mon Sep 17 00:00:00 2001 From: hkfires <10558748+hkfires@users.noreply.github.com> Date: Sun, 28 Sep 2025 09:11:58 +0800 Subject: [PATCH] feat: Restore API key config in config file --- config.example.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 0c3c237d..aee2fcb2 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -15,6 +15,11 @@ remote-management: # Authentication directory (supports ~ for home directory) auth-dir: "~/.cli-proxy-api" +# API keys for authentication +api-keys: + - "your-api-key-1" + - "your-api-key-2" + # Enable debug logging debug: false