summaryrefslogtreecommitdiff
path: root/beinc_config_sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'beinc_config_sample.json')
-rw-r--r--beinc_config_sample.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/beinc_config_sample.json b/beinc_config_sample.json
index f9423a2..c61a033 100644
--- a/beinc_config_sample.json
+++ b/beinc_config_sample.json
@@ -1,9 +1,10 @@
1{ 1{
2 "server": { 2 "server": {
3 "general": { 3 "general": {
4 "ssl_module": "pyopenssl",
5 "ssl_private_key": "key.pem", 4 "ssl_private_key": "key.pem",
6 "ssl_certificate": "cert.crt", 5 "ssl_certificate": "cert.crt",
6 "ssl_acceptable_ciphers": "auto",
7 "ssl_method": "auto",
7 "daemonize": 1 8 "daemonize": 1
8 }, 9 },
9 "instances": [ 10 "instances": [
@@ -27,7 +28,7 @@
27 "targets": [ 28 "targets": [
28 { 29 {
29 "name": "weechat_main", 30 "name": "weechat_main",
30 "target_url": "https://10.0.0.2:9898/push/secondtest", 31 "target_url": "https://10.0.0.2:9898",
31 "target_password": "changeme", 32 "target_password": "changeme",
32 "target_cert_file": "", 33 "target_cert_file": "",
33 "target_timestamp_format": "%H:%M:%S", 34 "target_timestamp_format": "%H:%M:%S",
@@ -52,5 +53,5 @@
52 } 53 }
53 ] 54 ]
54 }, 55 },
55 "config_version": 1 56 "config_version": 2
56} 57}