6faf71a8c0a8b4f29935aa8b64e6610a6ac12da2
Christian Fraß [ini]

Christian Fraß authored 2 years ago

source/conf.json   1) {
source/conf.json   2) 	"backend": {
source/conf.json   3) 		"scheme": "http",
source/conf.json   4) 		"host": "localhost",
Christian Fraß [mod] minor adjustments

Christian Fraß authored 2 years ago

conf/example.json  5) 		"port": 7979,
conf/example.json  6) 		"path": ""
Christian Fraß [ini]

Christian Fraß authored 2 years ago

source/conf.json   7) 	},
source/conf.json   8) 	"settings": {
source/conf.json   9) 		"poll_interval_in_milliseconds": 2000
source/conf.json  10) 	},
source/conf.json  11) 	"irc": {
Christian Fraß [mod] conf,tools

Christian Fraß authored 2 years ago

conf/example.json 12) 		"server": "irc.libera.chat",
conf/example.json 13) 		"predefined_channel": "#linux",
Christian Fraß [mod] clean model-view-control

Christian Fraß authored 2 years ago

conf/example.json 14) 		"predefined_nickname_prefix": "dude"