summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorstderr64 <linuxwizard@voidnet.dy.fi>2023-08-17 21:19:10 +0300
committerstderr64 <linuxwizard@voidnet.dy.fi>2023-08-17 21:19:10 +0300
commitf484331cf374031f68566162f16ba00eedc1b7f0 (patch)
treec5632b5b7c574bf31642cdec12a409adfbabb31c /config.example.json
downloadCWebHook-f484331cf374031f68566162f16ba00eedc1b7f0.tar.gz
CWebHook-f484331cf374031f68566162f16ba00eedc1b7f0.tar.zst
Recreated repository
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)"
+}