Update Brew default port to 443 and username to SSID (#43)

This commit is contained in:
proxiboi69
2026-03-10 09:45:08 +02:00
committed by GitHub
parent f4617ceedc
commit e41b86c74c
2 changed files with 5 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ pub struct CfgBrewDto {
}
fn default_brew_port() -> u16 {
3000
443
}
fn default_brew_reconnect_delay() -> u64 {

View File

@@ -164,14 +164,15 @@ voice_service = true
# Server address
# host = "core.tetrapack.online"
# port = 3003
# port = 443
# Use TLS (wss:// / https://)
# tls = true
# HTTP Digest auth credentials, as registered in BrandMeister
# Username should be your RadioID / DMR ID. Password is your BrandMeister hotspot password.
# username = 012345
# Username should be your SSID (DMR ID + 2-digit suffix).
# Password is your BrandMeister hotspot password.
# username = 123456700
# password = "012345"
# Reconnection delay (seconds)