mirror of
https://github.com/SWG-Source/swg-main.wiki.git
synced 2026-01-16 20:04:18 -05:00
Some of these are actually supposed to be integers, I think
This commit is contained in:
@@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user