Update to v0.99.5.1

This commit is contained in:
Matthias
2019-05-24 12:26:51 +02:00
parent a134a761b4
commit a812b1c6c7
4 changed files with 16 additions and 10 deletions

View File

@@ -5,20 +5,22 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "standalone matrix server",
"version": "0.2.0",
"version": "0.2.1",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,
"udpPorts": {
"TURN_TLS_PORT": {
"title": "Default TURN Port",
"description": "Default TURN Port (udp)",
"defaultValue": 3478
}
},
"tcpPorts": {
"FEDERATION_PORT": {
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
},
"TURN_TLS_PORT": {
"title": "TURN TLS port",
"description": "TURN TLS listening port for Voip",
"defaultValue": 5349
}
},
"addons": {