diff options
| author | Simeon Simeonov | 2015-04-14 10:38:43 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2015-04-14 10:38:43 +0200 |
| commit | 4aea82a1aef53c28110cc45c734b835efdc361b3 (patch) | |
| tree | 7f380d3a8982364081f0d32904454a0878f81782 /beinc_config_sample.json | |
| parent | d606cbfc4932dd67cdb272a32e8103998fd3312a (diff) | |
beinc_config_sample.json beinc_config_sample.json.readme and beinc_server_xmlrpc.py almost complete
Diffstat (limited to 'beinc_config_sample.json')
| -rw-r--r-- | beinc_config_sample.json | 7 |
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 | } |
