Files
autoficher/sample.config.json
2021-10-05 10:04:48 +02:00

27 lines
334 B
JSON

{
"in_hours": [
"07",
"08",
"09",
"10",
"11",
"15"
],
"out_hours": [
"13",
"14",
"15",
"17",
"18"
],
"api_url": "https://timenet.gpisoftware.com/api/",
"telegram": {
"token": "",
"chat_id": 0
},
"geo": {
"latitude": 0,
"longitude": 0,
"accuracy": 0
}
}