prepare for merge
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
commit
576c0b4780
|
@ -61,3 +61,5 @@ PORT=:<port>
|
||||||
STATIC_DIR=/usr/share/babelweb2/static/
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue