mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 21:09:09 +08:00
changed to port 8080
This commit is contained in:
parent
77992a59bc
commit
a4424eca0e
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user