feat: add config verify flag (#1814)

fixes #1806
This commit is contained in:
Peter Chen
2025-01-13 09:57:11 -05:00
committed by GitHub
parent 91c00e781a
commit f1698c55ff
9 changed files with 201 additions and 27 deletions

View File

@@ -208,3 +208,11 @@ static constexpr auto kINVALID_JSON_DATA = R"JSON({
"withDefault" : "0.0"
}
})JSON";
// used to Verify Config test
static constexpr auto kVALID_JSON_DATA = R"JSON({
"server": {
"ip": "0.0.0.0",
"port": 51233
}
})JSON";