[chore](trx-server): update default ports to 4530/4531

Change JSON TCP listener default from 4532 to 4530 and audio
streaming default from 4533 to 4531.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-23 12:12:04 +01:00
parent fa26d154b1
commit 5dc2b923d1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ enabled = true
listen = "127.0.0.1"
# TCP port to listen on
port = 4532
port = 4530
[listen.auth]
# Authentication tokens (empty = no auth required)