mirror of
https://github.com/MidnightBlueLabs/tetra-bluestation.git
synced 2026-03-29 05:09:51 +00:00
Update Brew default port to 443 and username to SSID (#43)
This commit is contained in:
@@ -51,7 +51,7 @@ pub struct CfgBrewDto {
|
||||
}
|
||||
|
||||
fn default_brew_port() -> u16 {
|
||||
3000
|
||||
443
|
||||
}
|
||||
|
||||
fn default_brew_reconnect_delay() -> u64 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user