pokken: remove setup(), ssl config options, change matching uri

This commit is contained in:
2023-03-11 20:17:05 -05:00
parent edb9ec1971
commit a9f49e8d5d
3 changed files with 6 additions and 52 deletions

View File

@ -38,7 +38,7 @@ class PokkenBase:
"MatchingServer": {
"host": f"https://{self.game_cfg.server.hostname}",
"port": self.game_cfg.server.port_matching,
"url": "/matching",
"url": "SDAK/100/matching",
},
"StunServer": {
"addr": self.game_cfg.server.hostname,