diff options
Diffstat (limited to 'beinc_config_sample.json')
| -rw-r--r-- | beinc_config_sample.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/beinc_config_sample.json b/beinc_config_sample.json new file mode 100644 index 0000000..e200689 --- /dev/null +++ b/beinc_config_sample.json | |||
| @@ -0,0 +1,54 @@ | |||
| 1 | { | ||
| 2 | "server": { | ||
| 3 | "general": { | ||
| 4 | "ssl_module": "pyopenssl", | ||
| 5 | "ssl_private_key": "key.pem", | ||
| 6 | "ssl_certificate": "cert.crt", | ||
| 7 | "daemonize": 1 | ||
| 8 | }, | ||
| 9 | "instances": [ | ||
| 10 | { | ||
| 11 | "name": "test", | ||
| 12 | "password": "changeme", | ||
| 13 | "osd_system": "pynotify", | ||
| 14 | "osd_timeout": 5, | ||
| 15 | "pyosd_font": "", | ||
| 16 | "pyosd_vertical_offset": 120, | ||
| 17 | "pyosd_horizontal_offset": 30, | ||
| 18 | "pyosd_align": "left", | ||
| 19 | "pyosd_position": "bottom", | ||
| 20 | "pyosd_color": "blue", | ||
| 21 | "queue_size": 4 | ||
| 22 | } | ||
| 23 | ] | ||
| 24 | }, | ||
| 25 | "irc_client": { | ||
| 26 | "use_current_buffer": 0, | ||
| 27 | "targets": [ | ||
| 28 | { | ||
| 29 | "name": "weechat_main", | ||
| 30 | "target_url": "https://10.0.0.2:9898/push/secondtest", | ||
| 31 | "target_password": "changeme", | ||
| 32 | "target_cert_file": "", | ||
| 33 | "target_timestamp_format": "%H:%M:%S", | ||
| 34 | "pm_title_template": "%s @ %S", | ||
| 35 | "pm_message_template": "%m", | ||
| 36 | "cm_title_template": "%c @ %S", | ||
| 37 | "cm_message_template": "%s -> %m", | ||
| 38 | "nm_title_template": "%c @ %S", | ||
| 39 | "nm_message_template": "%s -> %m", | ||
| 40 | "channel_list": ["RedpillLinpro.#python", | ||
| 41 | "Exile.#test", | ||
| 42 | "RedpillLinpro.#adult", | ||
| 43 | "Exile.#pichove"], | ||
| 44 | "nick_list": ["Exile.Blackmore"], | ||
| 45 | "channel_messages_policy": 2, | ||
| 46 | "private_messages_policy": 1, | ||
| 47 | "notifications_policy": 1, | ||
| 48 | "debug": 1, | ||
| 49 | "enabled": 1 | ||
| 50 | } | ||
| 51 | ] | ||
| 52 | }, | ||
| 53 | "config_version": 1 | ||
| 54 | } | ||
