Metrics: Disable toggle. Set default port to 9090
This commit is contained in:
parent
6126d6d9b5
commit
9a61725e9f
8 changed files with 22 additions and 42 deletions
|
@ -304,7 +304,6 @@ func getHeadscaleConfig() headscale.Config {
|
|||
return headscale.Config{
|
||||
ServerURL: viper.GetString("server_url"),
|
||||
Addr: viper.GetString("listen_addr"),
|
||||
MetricsEnabled: viper.GetBool("metrics_enabled"),
|
||||
MetricsAddr: viper.GetString("metrics_listen_addr"),
|
||||
GRPCAddr: viper.GetString("grpc_listen_addr"),
|
||||
GRPCAllowInsecure: viper.GetBool("grpc_allow_insecure"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue