Add BEAMMP_PROVIDER_IP_ENV

This commit is contained in:
Tixx
2025-05-17 01:04:55 +02:00
parent ca11f353b0
commit 068f553fa9
3 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ std::string_view Env::ToString(Env::Key key) {
case Key::PROVIDER_PORT_ENV:
return "BEAMMP_PROVIDER_PORT_ENV";
break;
case Key::PROVIDER_IP_ENV:
return "BEAMMP_PROVIDER_IP_ENV";
break;
}
return "";
}