Use yq to generate configs

This commit is contained in:
Girish Ramakrishnan
2020-04-05 19:35:54 -07:00
parent 14bd0410e5
commit 47950864ce
7 changed files with 234 additions and 252 deletions

View File

@@ -7,32 +7,21 @@
"tagline": "standalone matrix server",
"version": "0.4.1",
"healthCheckPath": "/",
"httpPort": 8000,
"httpPort": 8008,
"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
},
"WEBHOOKS_PORT": {
"title": "Webhooks Port",
"description": "Webhooks Port",
"defaultValue": 9000
}
},
"addons": {
"localstorage": {},
"ldap": {},
"postgresql": {},
"sendmail": {}
"sendmail": {},
"turn": {}
},
"manifestVersion": 2,
"website": "https://matrix.org",