1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
kiwiirc_ynh/conf/config.json.example
2020-10-11 15:21:19 +02:00

21 lines
No EOL
501 B
Text

{
"windowTitle": "Kiwi IRC - The web IRC client",
"startupScreen": "customServer",
"kiwiServer": "http://example.com/webirc/kiwiirc/",
"restricted": false,
"theme": "default",
"themes": [
{ "name": "Default", "url": "static/themes/default.css" }
],
"startupOptions" : {
"server": "irc.freenode.net",
"port": 6697,
"tls": true,
"channel": "",
"nick": ""
},
"embedly": {
"key": ""
},
"plugins": []
}