24 lines
No EOL
563 B
Text
24 lines
No EOL
563 B
Text
{
|
|
"fritzbox": {
|
|
"url": "http://192.168.1.1",
|
|
"user": "admin",
|
|
"password": "secretPassword"
|
|
},
|
|
"draytek": "http://192.168.178.1",
|
|
"selenium": "http://192.168.1.2:4444",
|
|
"notify": {
|
|
"url": "http://192.168.178.2:7000/fritzfix",
|
|
"user": "ntfyUser",
|
|
"password": "ntfyPassword"
|
|
},
|
|
"timeouts": {
|
|
"request": 10000,
|
|
"webui": 30000,
|
|
"reboot": 3000000
|
|
},
|
|
"interval": 10000,
|
|
"log": {
|
|
"level": "debug",
|
|
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
|
|
}
|
|
} |