feature: BEAMMP_PROVIDER_DISABLE_MP_SET environment variable

This commit is contained in:
TechStreet
2026-02-24 17:39:22 +00:00
parent 9fa9974159
commit f38797a9ab
3 changed files with 31 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ std::string_view Env::ToString(Env::Key key) {
case Key::PROVIDER_DISABLE_CONFIG:
return "BEAMMP_PROVIDER_DISABLE_CONFIG";
break;
case Key::PROVIDER_DISABLE_MP_SET:
return "BEAMMP_PROVIDER_DISABLE_MP_SET";
break;
case Key::PROVIDER_PORT_ENV:
return "BEAMMP_PROVIDER_PORT_ENV";
break;