change logjam default port
parent
d4281c3265
commit
5bf0e1f55e
2
main.go
2
main.go
|
@ -8,7 +8,7 @@ import (
|
|||
func main() {
|
||||
svcAddr := flag.String("svc-addr", "http://localhost:8080", "service baseurl to register in logjam ( shouldn't end with / )")
|
||||
src := flag.String("src", "localhost:8080", "listenHost:listenPort")
|
||||
logjamBaseUrl := flag.String("logjam-base-url", "http://localhost:8090", "logjam base url(shouldn't end with /)")
|
||||
logjamBaseUrl := flag.String("logjam-base-url", "http://localhost:443", "logjam base url(shouldn't end with /)")
|
||||
targetRoom := flag.String("targetRoom", "test-room", "target room")
|
||||
|
||||
flag.Parse()
|
||||
|
|
Loading…
Reference in New Issue