blob: b5dd8b4003de699710b19a4161d9cbca95dc1ac5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"log_enabled": "yes",
"log_file": "/tmp/cwebhook.log",
"bind_address": "127.0.0.1",
"bind_port": "8500",
"server_password": "admin",
"cert_file": "path to certificate file for https (PEM format)",
"cert_key_file": "path to the certificate key file for https",
"webhooks_file": "path to file with webhooks configuration file (see webhooks.example.json)"
}
|