Use yq to generate configs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user