Capitalise configuration keys and force-authenticate when UsePassword is disabled

This commit is contained in:
2017-11-23 18:32:30 +00:00
parent 2355412a2e
commit 79d1e2a86c
2 changed files with 20 additions and 18 deletions

View File

@@ -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"
}