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.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/beinc_config_sample.json b/beinc_config_sample.json
index c61a033..046e3fa 100644
--- a/beinc_config_sample.json
+++ b/beinc_config_sample.json
@@ -4,14 +4,13 @@
4 "ssl_private_key": "key.pem", 4 "ssl_private_key": "key.pem",
5 "ssl_certificate": "cert.crt", 5 "ssl_certificate": "cert.crt",
6 "ssl_acceptable_ciphers": "auto", 6 "ssl_acceptable_ciphers": "auto",
7 "ssl_method": "auto", 7 "ssl_version": "auto"
8 "daemonize": 1
9 }, 8 },
10 "instances": [ 9 "instances": [
11 { 10 {
12 "name": "test", 11 "name": "test",
13 "password": "changeme", 12 "password": "changeme",
14 "osd_system": "pynotify", 13 "osd_system": "pyosd",
15 "osd_timeout": 5, 14 "osd_timeout": 5,
16 "pyosd_font": "", 15 "pyosd_font": "",
17 "pyosd_vertical_offset": 120, 16 "pyosd_vertical_offset": 120,