Add parameter for show TCSR with old algorithm and it's realization

This commit is contained in:
weko 2023-02-01 14:06:28 +03:00
parent 89695a7040
commit 22b1066b0a
4 changed files with 19 additions and 2 deletions

View file

@ -95,6 +95,7 @@ namespace config {
("http.hostname", value<std::string>()->default_value("localhost"), "Expected hostname for WebUI")
("http.webroot", value<std::string>()->default_value("/"), "WebUI root path (default: / )")
("http.lang", value<std::string>()->default_value("english"), "WebUI language (default: english )")
("http.old_tcsr", value<bool>()->default_value(false), "Show TCSR with old algorithm (default: false)")
;
options_description httpproxy("HTTP Proxy options");