Fix default port in Daemon
This commit is contained in:
@@ -27,7 +27,8 @@ $ docker run -it \
|
||||
|
||||
```bash
|
||||
$ sudo curl https://dev.noccylabs.info/api/packages/slotdb/debian/repository.key -o /etc/apt/keyrings/gitea-slotdb.asc
|
||||
$ echo "deb [signed-by=/etc/apt/keyrings/gitea-slotdb.asc] https://dev.noccylabs.info/api/packages/slotdb/debian any main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
|
||||
$ echo "deb [signed-by=/etc/apt/keyrings/gitea-slotdb.asc] https://dev.noccylabs.info/api/packages/slotdb/debian any main" \
|
||||
| sudo tee -a /etc/apt/sources.list.d/gitea.list
|
||||
$ sudo apt update
|
||||
$ sudo apt install slotdb
|
||||
```
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ class Daemon
|
||||
private bool $secure = false;
|
||||
|
||||
public function __construct(
|
||||
private readonly string $listen = '0.0.0.0:4949',
|
||||
private readonly string $listen = '0.0.0.0:8080',
|
||||
?string $dataDir = null,
|
||||
?LoggerInterface $logger = null,
|
||||
?LoggerInterface $httpLogger = null,
|
||||
|
||||
Reference in New Issue
Block a user