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

@@ -27,6 +27,7 @@ enum class Key {
PROVIDER_UPDATE_MESSAGE,
PROVIDER_DISABLE_CONFIG,
PROVIDER_PORT_ENV,
PROVIDER_IP_ENV
};
std::optional<std::string> Get(Key key);