Make a folder for example configuration files
This commit is contained in:
40
conf/example/config.json
Normal file
40
conf/example/config.json
Normal 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]
|
||||
}
|
||||
Reference in New Issue
Block a user