add config.conf example file

This commit is contained in:
tcinet 2023-04-05 18:46:04 +03:00
parent ba106804ba
commit f6ccd83e81
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
}