mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"synology": {
|
|
"host": "192.168.1.100",
|
|
"port": 5000,
|
|
"username": "your-username",
|
|
"password": "your-password",
|
|
"useHttps": false
|
|
},
|
|
"unifi": {
|
|
"host": "192.168.1.1",
|
|
"port": 443,
|
|
"username": "your-username",
|
|
"password": "your-password",
|
|
"verifySsl": false
|
|
}
|
|
}
|