Final version sample config

This commit is contained in:
Omar Sánchez
2021-10-05 10:04:48 +02:00
parent d23038c3c5
commit f212b586b0
3 changed files with 12 additions and 13 deletions

27
sample.config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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
}
}