Skip to content

Commit

Permalink
Change default data path to /var/lib/carbon-clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Sep 29, 2021
1 parent d0b41be commit 6de4e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbon/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func NewConfig() *Config {
},
Logging: nil,
Data: dataConfig{
Path: "/data/carbon-clickhouse/",
Path: "/var/lib/carbon-clickhouse/",
FileInterval: &config.Duration{
Duration: time.Second,
},
Expand Down

0 comments on commit 6de4e4d

Please sign in to comment.