Skip to content

Commit

Permalink
Add PATH suffix to WebConfig env var
Browse files Browse the repository at this point in the history
This is a new feature and still not in use, should be a safe change.
  • Loading branch information
boynux committed Jun 24, 2024
1 parent ef3215f commit 5e21096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (

const (
squidExporterListenKey = "SQUID_EXPORTER_LISTEN"
squidExporterWebConfigPathKey = "SQUID_EXPORTER_WEB_CONFIG"
squidExporterWebConfigPathKey = "SQUID_EXPORTER_WEB_CONFIG_PATH"
squidExporterMetricsPathKey = "SQUID_EXPORTER_METRICS_PATH"
squidHostnameKey = "SQUID_HOSTNAME"
squidPortKey = "SQUID_PORT"
Expand Down

0 comments on commit 5e21096

Please sign in to comment.