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
Branches
Tags
No related merge requests found
{ {
"url": "https://warden-hub.example.org/warden3", "url": "https://warden-hub.example.org/warden3",
"certfile": "cert.pem", "certfile": "cert.pem",
"keyfile": "key.pem", "keyfile": "key.pem",
"cafile": "cacert.pem", "filelog": {"level": "debug"},
"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",
"name": "org.example.warden_client", "name": "org.example.warden_client",
"secret": "ToP_SeCrEt" "secret": "ToP_SeCrEt"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment