Skip to content

Instantly share code, notes, and snippets.

@insthync
Created April 17, 2022 11:21
Show Gist options
  • Save insthync/3609800174bc7b1d1be76e8077071057 to your computer and use it in GitHub Desktop.
Save insthync/3609800174bc7b1d1be76e8077071057 to your computer and use it in GitHub Desktop.
MMORPG KIT - WebGL - serverConfig.json - 001
{
"databaseOptionIndex": 0,
"centralAddress": "localhost",
"centralPort": 7000,
"centralMaxConnections": 1000,
"clusterPort": 7001,
"machineAddress": "localhost",
"mapSpawnPort": 6001,
"spawnExePath": "C:\\Users\\Ittipon\\Desktop\\UnityBuilds\\MMORPG_KIT\\UnityMultiplayerARPG.exe",
"notSpawnInBatchMode": false,
"spawnStartPort": 8000,
"spawnMaps": [ "Map001", "Map002", "Map_GuildWar" ],
"databaseManagerAddress": "localhost",
"databaseManagerPort": 6003,
"useWebSocket": true,
"webSocketSecure": false,
"webSocketCertPath": "./localhost.pfx",
"webSocketCertPassword": "123456"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment