Files
watrbx-game-engine/Installer/BootstrapperQTStudio/WindowsStudioInstallerSettings.cpp
T
2025-09-18 17:55:52 -04:00

21 lines
744 B
C++

#include "stdafx.h"
#include "WindowsStudioInstallerSettings.h"
DATA_MAP_IMPL_START(WindowsStudioInstallerSettings)
IMPL_DATA(CountersLoad, 0);
IMPL_DATA(PerModeLoggingEnabled, false);
IMPL_DATA(CountersFireImmediately, false);
IMPL_DATA(HttpBoostPostTimeout, 0);
IMPL_DATA(ShowInstallSuccessPrompt, false);
IMPL_DATA(LogChromeProtocolFix, false);
IMPL_DATA(InfluxUrl, "https://marty-onepointtwentyone-1.c.influxdb.com:8087");
IMPL_DATA(InfluxDatabase, "Default");
IMPL_DATA(InfluxUser, "rob");
IMPL_DATA(InfluxPassword, "playfaster");
IMPL_DATA(InfluxHundredthsPercentage, 0);
IMPL_DATA(UseNewVersionFetch, false);
IMPL_DATA(UseDataDomain, true);
IMPL_DATA(CreateEdgeRegistry, true);
IMPL_DATA(DeleteEdgeRegistry, false);
DATA_MAP_IMPL_END()