35 lines
890 B
PHP
35 lines
890 B
PHP
<?php
|
|
|
|
header("Content-Type: application/json");
|
|
|
|
?>
|
|
{
|
|
"NeedInstallBgTask": "False",
|
|
"NeedRunBgTask": "False",
|
|
"IsPreDeployOn": "False",
|
|
"PreVersion": "",
|
|
"ForceSilentMode": "False",
|
|
"CountersLoad": "100",
|
|
"BetaPlayerLoad": "100",
|
|
"PerModeLoggingEnabled": "True",
|
|
"CountersFireImmediately": "True",
|
|
"ExeVersion": "0.1.0.0",
|
|
"GoogleAnalyticsAccountPropertyID": "disabled",
|
|
"ValidateInstalledExeVersion": "True",
|
|
"UseNewCdn": "True",
|
|
"UseNewVersionFetch": "False",
|
|
"CheckIsStudioOutofDate": "True",
|
|
"HttpBoostPostTimeout": "0",
|
|
"ShowInstallSuccessPrompt": "True",
|
|
"LogChromeProtocolFix": "False",
|
|
"InfluxUrl": "",
|
|
"InfluxDatabase": "",
|
|
"InfluxUser": "",
|
|
"InfluxPassword": "",
|
|
"InfluxHundredthsPercentage": "0",
|
|
"InfluxInstallHundredthsPercentage": "0",
|
|
"UseDataDomain": "True",
|
|
"CreateEdgeRegistry": "True",
|
|
"DeleteEdgeRegistry": "False",
|
|
"ReplaceCdnTxt": "True"
|
|
}
|