Change production port to 8089 (3389 used by Chrome/RDP)

This commit is contained in:
2026-02-25 03:32:01 +00:00
parent 48a876f34f
commit c1fe530696
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"server": {
"port": 3389,
"port": 8089,
"host": "0.0.0.0"
},
"auth": {