Skip to content
Snippets Groups Projects
Commit af0a9c36 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Simplified default client config

parent ee03375f
No related branches found
No related tags found
No related merge requests found
{
"url": "https://warden-hub.example.org/warden3",
"certfile": "cert.pem",
"keyfile": "key.pem",
"cafile": "cacert.pem",
"timeout": 60,
"get_events_limit": 1000,
"errlog": {"level": "debug"},
"filelog": {"file": "warden_client.log", "level": "warning"},
//"syslog": {"socket": "/dev/log", "facility": "local7", "level": "warning"},
"idstore": "warden_client.id",
"filelog": {"level": "debug"},
"name": "org.example.warden_client",
"secret": "ToP_SeCrEt"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment