feat: Restore API key config in config file

This commit is contained in:
hkfires
2025-09-28 09:11:58 +08:00
parent 5888e04654
commit ad4d045101

View File

@@ -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