prepare for merge

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-08 21:53:35 +01:00
commit 576c0b4780
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 0 deletions

View File

@ -61,3 +61,5 @@ PORT=:<port>
STATIC_DIR=/usr/share/babelweb2/static/
```
Here we replace `<port>` with the port on which the Babelweb2 interface should be available. The default is 8080, but you can also use 33124, for example.
babelweb2 uses the local configuration interface of babeld. This must have been activated beforehand. babeld assumes that this is active on `[::1]:33123`. Alternatively, you can specify the endpoint with the `-node` flag.