diff --git a/config.example.yaml b/config.example.yaml index bbe0b415..66cdf64c 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -12,6 +12,9 @@ remote-management: # Leave empty to disable the Management API entirely (404 for all /v0/management routes). secret-key: "" + # Disable the bundled management control panel asset download and HTTP route when true. + disable-control-panel: false + # Authentication directory (supports ~ for home directory) auth-dir: "~/.cli-proxy-api"