add `MMOHttpPort` to config

This commit is contained in:
Alan Moon 2024-11-27 11:31:23 -08:00
parent 62387149d3
commit 3ddbb93b10

View File

@ -54,6 +54,9 @@
"// MMOPort": "MMO server port to use in GetMMOServerInfo* responses.", "// MMOPort": "MMO server port to use in GetMMOServerInfo* responses.",
"MMOPort": 9933, "MMOPort": 9933,
"// MMOHttpPort": "MMO api server port for realtime communication to MMO.",
"MMOHttpPort": 9934,
"// MMOSupportMinVersion": "Minimum client version allowed to use MMO. For example: '0xa3a31a0a' mean SoD 3.31, '0xa0000000' mean all SoD version, 0 mean all games.", "// MMOSupportMinVersion": "Minimum client version allowed to use MMO. For example: '0xa3a31a0a' mean SoD 3.31, '0xa0000000' mean all SoD version, 0 mean all games.",
"MMOSupportMinVersion": "0", "MMOSupportMinVersion": "0",