summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.example.json b/config.example.json
new file mode 100644
index 0000000..b5dd8b4
--- /dev/null
+++ b/config.example.json
@@ -0,0 +1,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)"
+}