This commit is contained in:
2
main.go
2
main.go
@@ -201,7 +201,7 @@ func main() {
|
|||||||
// Determine bind port
|
// Determine bind port
|
||||||
bindPort := os.Getenv("BIND_PORT")
|
bindPort := os.Getenv("BIND_PORT")
|
||||||
if bindPort == "" {
|
if bindPort == "" {
|
||||||
bindIP = "8443"
|
bindPort = "8443"
|
||||||
}
|
}
|
||||||
bindAddress := fmt.Sprint(bindIP, ":", bindPort)
|
bindAddress := fmt.Sprint(bindIP, ":", bindPort)
|
||||||
log.Printf("Will listen on address 'https://%s'\n", bindAddress)
|
log.Printf("Will listen on address 'https://%s'\n", bindAddress)
|
||||||
|
Reference in New Issue
Block a user