-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
14 lines (14 loc) · 1.11 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"Address": ":5000",
"_Address": "Server will be launched on this port. All requests should be sent to this port. More information: https://green-api.com/en/docs/api/receiving/technology-webhook-endpoint/#webhookUrl",
"Pattern": "/",
"_Pattern": "Part of URI after port: <Address><Pattern>. All requests sent to wrong Pattern will be rejected. By default server will handle requests on URI = localhost:5000/. More information: https://green-api.com/en/docs/api/receiving/technology-webhook-endpoint/#webhookUrl",
"WebhookToken": "",
"_WebhookToken": "Authorization token, must be equal to a token declared in your green-api instance (none dy default). Guide how to set your token if nessesary you could find here: https://green-api.com/en/docs/api/receiving/technology-webhook-endpoint/#webhookUrl",
"LogToConsole": false,
"_LogToConsole": "Will log be printed to console. (Available values: true, false).",
"LogToFile": false,
"_LogToFile": "Will log be saved to LoggerFile. (Available values: true, false)",
"LoggerFilename": "log.txt",
"_LoggerFilename": "Filename for logger's file."
}