monolith/example.json

20 lines
420 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,
"Password": "s",
2017-11-25 19:20:23 +00:00
"Default": {
"password": null,
"username": null,
2017-11-25 19:23:18 +00:00
"authtype": null
2017-11-25 19:20:23 +00:00
},
"Keywords": [],
2017-11-27 19:54:35 +00:00
"KeywordsExcept": {},
"Master": []
2017-11-19 14:51:55 +00:00
}