settings: Add option to set BCAT backend

This commit is contained in:
Zach Hilman 2019-04-28 18:44:46 -04:00
parent 532ec459b8
commit 647992e666
6 changed files with 34 additions and 0 deletions

View file

@ -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;