Capitalise configuration keys and force-authenticate when UsePassword is disabled
This commit is contained in:
14
example.json
14
example.json
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"port": 13867,
|
||||
"bind": "127.0.0.1",
|
||||
"usessl": true,
|
||||
"key": "key.pem",
|
||||
"cert": "cert.pem",
|
||||
"usepassword": true,
|
||||
"password": "example"
|
||||
"Port": 13867,
|
||||
"BindAddress": "127.0.0.1",
|
||||
"UseSSL": true,
|
||||
"ListenerKey": "key.pem",
|
||||
"ListenerCertificate": "cert.pem",
|
||||
"UsePassword": true,
|
||||
"Password": "s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user