Files
autoficher/config.json
Omar Sánchez d23038c3c5 Final version
2021-10-05 09:59:14 +02:00

28 lines
446 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": "1502426217:AAEBG7XF6dZqJ6cRmPQk_YykGS5mJFeUEto",
"chat_id": 12878473
},
"geo": {
"latitude": 41.3908992,
"longitude": 2.154496,
"accuracy": 98.31
},
"time_format": "%Y-%m-%dT%H:%M:%SZ"
}