fritzfix/config.json.example
2024-06-12 10:26:04 +02:00

24 lines
563 B
Plaintext

{
"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"
}
}