Make a folder for example configuration files

This commit is contained in:
2018-02-02 19:01:41 +00:00
parent 89ac1c1ce3
commit c1bbf3c0d0
2 changed files with 6 additions and 0 deletions

40
conf/example/config.json Normal file
View File

@@ -0,0 +1,40 @@
{
"Listener": {
"Port": 13867,
"Address": "127.0.0.1",
"UseSSL": true,
"Key": "key.pem",
"Certificate": "cert.pem"
},
"UsePassword": true,
"ConnectOnCreate": false,
"HighlightNotifications": true,
"Dist": {
"Enabled": true,
"SendOutput": false,
"File": "conf/dist.sh"
},
"Password": "s",
"Default": {
"host": null,
"port": null,
"protocol": null,
"bind": null,
"timeout": 30,
"nickname": null,
"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
},
"Master": [null, null]
}