Some of these are actually supposed to be integers, I think

This commit is contained in:
Tekaoh
2025-03-21 18:54:39 -04:00
parent b0e952d7f6
commit a98e0d25d2

View File

@@ -102,14 +102,14 @@ Content-Type: application/json
{
"clusterName": "yourCluster",
"totalPlayerCount": "50",
"totalGameServers": "1",
"totalPlanetServers": "1",
"totalTutorialSceneCount": "1",
"lastLoadingStateTime": "456456",
"clusterStartupTime": "600",
"timeClusterWentIntoLoadingState": "0",
"webUpdateIntervalSeconds": "5",
"totalPlayerCount": 50,
"totalGameServers": 1,
"totalPlanetServers": 1,
"totalTutorialSceneCount": 1,
"lastLoadingStateTime": 456456,
"clusterStartupTime": 600,
"timeClusterWentIntoLoadingState": 0,
"webUpdateIntervalSeconds": 5,
"secretKey": "somesuperdupersecretkey"
}
```