Add security options for HTTPS and SSL verification

Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 21:52:34 +00:00
parent 016598d54f
commit 4c89a0641b
3 changed files with 27 additions and 10 deletions

View File

@@ -3,12 +3,14 @@
"host": "192.168.1.100",
"port": 5000,
"username": "your-username",
"password": "your-password"
"password": "your-password",
"useHttps": false
},
"unifi": {
"host": "192.168.1.1",
"port": 443,
"username": "your-username",
"password": "your-password"
"password": "your-password",
"verifySsl": false
}
}