Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 565 Bytes

Configuration-Example.md

File metadata and controls

25 lines (24 loc) · 565 Bytes

Below is a complete example of configuration that Kiwi IRC expects. More information can be found on the [[Configuration]] page.

{
	"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": []
}