mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user