Created
April 17, 2022 11:21
-
-
Save insthync/3609800174bc7b1d1be76e8077071057 to your computer and use it in GitHub Desktop.
MMORPG KIT - WebGL - serverConfig.json - 001
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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