Update to v1.4.1

This commit is contained in:
Matthias
2019-10-28 11:58:54 +01:00
parent ae117d87c7
commit bea338c8cd
4 changed files with 41 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "standalone matrix server",
"version": "0.2.8",
"version": "0.3.0",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,
@@ -21,6 +21,11 @@
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
},
"WEBHOOKS_PORT": {
"title": "Webhooks Port",
"description": "Webhooks Port",
"defaultValue": 9000
}
},
"addons": {