bugfix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-11 21:01:06 +10:00
parent d000469836
commit ea5198a5b9

View File

@@ -201,7 +201,7 @@ func main() {
// Determine bind port
bindPort := os.Getenv("BIND_PORT")
if bindPort == "" {
bindIP = "8443"
bindPort = "8443"
}
bindAddress := fmt.Sprint(bindIP, ":", bindPort)
log.Printf("Will listen on address 'https://%s'\n", bindAddress)