changed to port 8080

This commit is contained in:
Ankit Anand 2021-06-01 10:00:48 +05:30
parent 77992a59bc
commit a4424eca0e

View File

@ -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")