add config example
This commit is contained in:
parent
0bc1ac1934
commit
30bd14ac30
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue