forked from Telodendria/Telodendria
Jordan Bancino
2441f07848
This is useful for having a TLS and a non-TLS version port, like Synapse. I verified that the multiple-servers does in fact work as intended, although the TLS server part is broken; I must be doing something incorrectly with LibreSSL in setting up the server.
19 lines
322 B
Text
19 lines
322 B
Text
{
|
|
"log": {
|
|
"output": "stdout",
|
|
"color": true,
|
|
"timestampFormat": "none",
|
|
"level": "debug"
|
|
},
|
|
"dataDir": "./data",
|
|
"listen": [
|
|
{
|
|
"port": 8008,
|
|
"tls": false
|
|
}
|
|
],
|
|
"registration": true,
|
|
"serverName": "localhost",
|
|
"baseUrl": "http:\/\/localhost:8008",
|
|
"federation": true
|
|
}
|