settings: Add option to set BCAT backend
This commit is contained in:
parent
532ec459b8
commit
647992e666
6 changed files with 34 additions and 0 deletions
|
@ -448,6 +448,10 @@ struct Values {
|
|||
bool reporting_services;
|
||||
bool quest_flag;
|
||||
|
||||
// BCAT
|
||||
std::string bcat_backend;
|
||||
bool bcat_boxcat_local;
|
||||
|
||||
// WebService
|
||||
bool enable_telemetry;
|
||||
std::string web_api_url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue