add config example

This commit is contained in:
tci@tcinet.ru 2023-04-10 13:17:09 +03:00
parent 0bc1ac1934
commit 30bd14ac30
1 changed files with 9 additions and 0 deletions

9
config.conf Normal file
View File

@ -0,0 +1,9 @@
{
"backend_hostname" : "tlscc.ru",
"api_path" : "api/1.0/",
"login" : "user@test.ru",
"password" : "your_password",
"working_dir" : "/etc/tcibot/private",
"root_cert_file" : "path_to_cert_file",
"debug" : false
}