From b7698987ee75e78dd0f3832c8e489f878f5aaa93 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 11 May 2014 22:10:24 +0200 Subject: pyosd support added, password from file for poller added --- beinc_config.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 beinc_config.json (limited to 'beinc_config.json') diff --git a/beinc_config.json b/beinc_config.json new file mode 100644 index 0000000..e200689 --- /dev/null +++ b/beinc_config.json @@ -0,0 +1,54 @@ +{ + "server": { + "general": { + "ssl_module": "pyopenssl", + "ssl_private_key": "key.pem", + "ssl_certificate": "cert.crt", + "daemonize": 1 + }, + "instances": [ + { + "name": "test", + "password": "changeme", + "osd_system": "pynotify", + "osd_timeout": 5, + "pyosd_font": "", + "pyosd_vertical_offset": 120, + "pyosd_horizontal_offset": 30, + "pyosd_align": "left", + "pyosd_position": "bottom", + "pyosd_color": "blue", + "queue_size": 4 + } + ] + }, + "irc_client": { + "use_current_buffer": 0, + "targets": [ + { + "name": "weechat_main", + "target_url": "https://10.0.0.2:9898/push/secondtest", + "target_password": "changeme", + "target_cert_file": "", + "target_timestamp_format": "%H:%M:%S", + "pm_title_template": "%s @ %S", + "pm_message_template": "%m", + "cm_title_template": "%c @ %S", + "cm_message_template": "%s -> %m", + "nm_title_template": "%c @ %S", + "nm_message_template": "%s -> %m", + "channel_list": ["RedpillLinpro.#python", + "Exile.#test", + "RedpillLinpro.#adult", + "Exile.#pichove"], + "nick_list": ["Exile.Blackmore"], + "channel_messages_policy": 2, + "private_messages_policy": 1, + "notifications_policy": 1, + "debug": 1, + "enabled": 1 + } + ] + }, + "config_version": 1 +} -- cgit v1.3