mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#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()
|
||||
Reference in New Issue
Block a user