add ENV variable to disable config generation and parsing

This commit is contained in:
Lion Kortlepel
2023-12-29 01:53:05 +01:00
parent c3b4528c89
commit 234bdf5877
4 changed files with 36 additions and 5 deletions

View File

@@ -33,6 +33,9 @@ std::string_view Env::ToString(Env::Key key) {
case Key::PROVIDER_UPDATE_MESSAGE:
return "BEAMMP_PROVIDER_UPDATE_MESSAGE";
break;
case Key::PROVIDER_DISABLE_CONFIG:
return "BEAMMP_PROVIDER_DISABLE_CONFIG";
break;
}
return "";
}