Files
autoficher/sample.config.json
2021-10-13 09:52:42 +02:00

28 lines
384 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
},
"user": "4c26cc59-ee52-4c47-b7fe-1065a5e5bf84"
}