Implement connection information storage and parsing
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,
|
||||
"bind": "127.0.0.1",
|
||||
"usessl": true,
|
||||
"key": "key.pem",
|
||||
"cert": "cert.pem",
|
||||
"usepassword": true,
|
||||
"password": "example"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user