Skip to content

Commit

Permalink
Listen to all ips by default (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia committed Jun 4, 2020
1 parent 48e6b1b commit 6e6ed30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions restapi/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
var Port = "9090"

// Hostname mcs hostname
var Hostname = "localhost"
var Hostname = "0.0.0.0"

// TLSHostname mcs tls hostname
var TLSHostname = "localhost"
var TLSHostname = "0.0.0.0"

// TLSPort mcs tls port
var TLSPort = "9443"
Expand Down

0 comments on commit 6e6ed30

Please sign in to comment.