make domains configurable & extend webserver
Some checks reported errors
continuous-integration/drone/pr Build was killed

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-19 09:00:09 +02:00
parent bc030bb121
commit 1b60082111
4 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
{
"homeServerUrl": "https://matrix.your-homeserver.org",
"accessToken": "youraccesstokencanbeobtainedthroughriot",
"domain": "yourdomain.tld",
"webSocketDomain": "ws.yourdomain.tld",
"storage": "config/bot.json",
"assetDir": "assets/",
"webServerPort": "8080",