diff options
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/default-config.json b/default-config.json new file mode 100644 index 0000000..efbcf30 --- /dev/null +++ b/default-config.json @@ -0,0 +1,17 @@ +{ + "channelName": "SyncTube", + "maxLoginLength": 20, + "maxMessageLength": 500, + "serverChatHistory": 30, + "videoLimit": 0, + "leaderRequest": "everyone", + "emotes": [ + {"name":":haxe:", "image":"https://haxe.org/favicon.ico"} + ], + "filters": [ + { + "name": "image", "regex": "(http|https)(:\\/\\/.*\\.)(png|jpg|gif|jpeg)", "flags": "g", + "replace": "<a href='$1$2$3' target='_blank'><img src='$1$2$3' style='max-width:200px; max-height:200px' /></a>" + } + ] +} |
