Skip to content

Commit 195808f

Browse files
committed
fix default paths
1 parent be3e230 commit 195808f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const (
5454
DefFileWatcherMonitoringFrequency = 5 * time.Second
5555

5656
// Collector defaults
57-
DefCollectorConfigPath = "/opt/homebrew/etc/nginx-agent/opentelemetry-collector-agent.yaml"
57+
DefCollectorConfigPath = "/etc/nginx-agent/opentelemetry-collector-agent.yaml"
5858
DefCollectorLogLevel = "INFO"
5959
DefCollectorLogPath = "/var/log/nginx-agent/opentelemetry-collector-agent.log"
6060
DefCollectorTLSCertPath = "/var/lib/nginx-agent/cert.pem"

0 commit comments

Comments
 (0)