monolith/example.json

37 lines
871 B
JSON
Raw Normal View History

2017-11-19 14:51:55 +00:00
{
"Port": 13867,
"BindAddress": "127.0.0.1",
"UseSSL": true,
"ListenerKey": "key.pem",
"ListenerCertificate": "cert.pem",
"UsePassword": true,
"ConnectOnCreate": false,
"HighlightNotifications": true,
"Debugger": false,
2017-12-03 18:34:56 +00:00
"DistEnabled": true,
"SendDistOutput": false,
"Password": "s",
2017-11-25 19:20:23 +00:00
"Default": {
"host": null,
"port": null,
"protocol": null,
"bind": null,
"timeout": 30,
"nickname": null,
2017-11-25 19:20:23 +00:00
"username": null,
"realname": null,
"userinfo": null,
"finger": null,
"version": null,
"source": null,
"autojoin": [],
"authtype": null,
"password": null,
"authentity": "NickServ",
"key": "key.pem",
"certificate": "cert.pem",
"enabled": true
2017-11-25 19:20:23 +00:00
},
"Master": [null, null]
2017-11-19 14:51:55 +00:00
}