16 lines
194 B
JSON
16 lines
194 B
JSON
|
{
|
||
|
"listen_address": {
|
||
|
"mandatory": false,
|
||
|
"type": "string"
|
||
|
},
|
||
|
"port": {
|
||
|
"mandatory": false,
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"allow_md5_auth": {
|
||
|
"mandatory": false,
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
}
|
||
|
|