This commit is contained in:
Scott E. Graves 2025-02-18 14:47:43 -06:00
parent 042cabeee3
commit e5a7c9ef8a

View File

@ -22,29 +22,7 @@ struct server_cfg final {
struct app_config final {
std::chrono::minutes check_interval{default_interval};
std::vector<server_cfg> server_list{
server_cfg{
"lidarr",
"7228e4739091469db81acfe2b97aa973",
"v1",
std::chrono::minutes(1440),
"http://192.168.1.60:8686",
},
server_cfg{
"radarr",
"affa8c547cee48e0b8c49994c0aaa931",
"v3",
std::chrono::minutes(1440),
"http://192.168.1.60:7878",
},
server_cfg{
"sonarr",
"ead2cdf34f774ad1b8185271c733c5ad",
"v3",
std::chrono::minutes(1440),
"http://192.168.1.60:8989",
},
};
std::vector<server_cfg> server_list;
void load(std::string_view file_path);