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