Final version sample config
This commit is contained in:
27
sample.config.json
Normal file
27
sample.config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user