Validate more parameters in the config file (#2761)

- parameters for different DCS
- more bootstrap.dcs parameters
- ctl, restapi, and watchdog parameters
This commit is contained in:
Alexander Kukushkin
2023-07-19 12:42:14 +02:00
committed by GitHub
parent 480b8dbf95
commit 0c5bf3c4cd
2 changed files with 131 additions and 8 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ config = {
"scope": "string",
"restapi": {
"listen": "127.0.0.2:800",
"connect_address": "127.0.0.2:800"
"connect_address": "127.0.0.2:800",
"verify_client": 'none'
},
"bootstrap": {
"dcs": {