From 4aea82a1aef53c28110cc45c734b835efdc361b3 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Apr 2015 10:38:43 +0200 Subject: beinc_config_sample.json beinc_config_sample.json.readme and beinc_server_xmlrpc.py almost complete --- beinc_config_sample.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'beinc_config_sample.json') 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 @@ { "server": { "general": { - "ssl_module": "pyopenssl", "ssl_private_key": "key.pem", "ssl_certificate": "cert.crt", + "ssl_acceptable_ciphers": "auto", + "ssl_method": "auto", "daemonize": 1 }, "instances": [ @@ -27,7 +28,7 @@ "targets": [ { "name": "weechat_main", - "target_url": "https://10.0.0.2:9898/push/secondtest", + "target_url": "https://10.0.0.2:9898", "target_password": "changeme", "target_cert_file": "", "target_timestamp_format": "%H:%M:%S", @@ -52,5 +53,5 @@ } ] }, - "config_version": 1 + "config_version": 2 } -- cgit v1.3