refactor: Remove hardcoded URLs from global setup

These hardcoded URLs increased the maintanance overhead as they must be
updated together with the URLs in the bootstrap.json
This commit is contained in:
Lars Toenning
2024-02-04 17:57:38 +01:00
parent 389431ccef
commit 6181fbe602
2 changed files with 1 additions and 30 deletions

View File

@@ -223,9 +223,6 @@ namespace BlackCore::Data
BlackMisc::Network::CUrl m_ssrEquipmentHelpUrl; //!< Help URL for SSR equipment codes
bool m_dbDebugFlag = false; //!< can trigger DEBUG on the server, so you need to know what you are doing. Only works with CBuildConfig::isLocalDeveloperDebugBuild
//! Set the default URLs
void initDefaultValues();
BLACK_METACLASS(
CGlobalSetup,
BLACK_METAMEMBER(timestampMSecsSinceEpoch),