Skip to content

Commit

Permalink
changed to port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruxashu committed Jun 1, 2021
1 parent 77992a5 commit a4424ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/query-service/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
)

const HTTPHostPort = "0.0.0.0:6060"
const HTTPHostPort = "0.0.0.0:8080"

var DruidClientUrl = os.Getenv("DruidClientUrl")
var DruidDatasource = os.Getenv("DruidDatasource")

0 comments on commit a4424ec

Please sign in to comment.