feat: add environment variable support for domain authentication credentials

This commit is contained in:
MayaTheShy
2025-11-08 17:20:53 -05:00
parent af4b04ccbc
commit 870420ae79
2 changed files with 19 additions and 3 deletions

View File

@@ -67,6 +67,8 @@ private:
bool m_useSimulation{false};
bool m_domainConnected{false};
std::string m_sessionUUID; // Our client session UUID
std::string m_username; // Domain authentication username
std::string m_password; // Domain authentication password (or token)
// Very small in-process world state for testing
std::unordered_map<std::uint64_t, OverteEntity> m_entities;