mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Merge branch 'port-4036' into 'main'
Use port 4036 by default See merge request soapbox-pub/ditto!262
This commit is contained in:
commit
750e4a8bff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class Conf {
|
||||||
}
|
}
|
||||||
|
|
||||||
static get port() {
|
static get port() {
|
||||||
return parseInt(Deno.env.get('PORT') || '8000');
|
return parseInt(Deno.env.get('PORT') || '4036');
|
||||||
}
|
}
|
||||||
|
|
||||||
static get relay(): `wss://${string}` | `ws://${string}` {
|
static get relay(): `wss://${string}` | `ws://${string}` {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue