config.json 402 B

12345678910111213141516171819
  1. {
  2. "UseFrontend": false,
  3. "UseMatchmaker": false,
  4. "UseHTTPS": false,
  5. "UseAuthentication": false,
  6. "LogToFile": true,
  7. "LogVerbose": true,
  8. "HomepageFile": "player.html",
  9. "AdditionalRoutes": {},
  10. "EnableWebserver": true,
  11. "MatchmakerAddress": "",
  12. "MatchmakerPort": "9999",
  13. "PublicIp": "localhost",
  14. "HttpPort": 80,
  15. "HttpsPort": 443,
  16. "StreamerPort": 8888,
  17. "SFUPort": 8889,
  18. "MaxPlayerCount": -1
  19. }