Skip to content

Commit

Permalink
[ORB-673] Set default path for orb-agent.db (#2213)
Browse files Browse the repository at this point in the history
[ORB-673] Set default path for orb-agent.db (#2213)
  • Loading branch information
etaques authored Feb 15, 2023
1 parent c3ddae2 commit 97432f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func mergeOrError(path string) {
v.SetDefault("orb.cloud.mqtt.id", "")
v.SetDefault("orb.cloud.mqtt.key", "")
v.SetDefault("orb.cloud.mqtt.channel_id", "")
v.SetDefault("orb.db.file", "./orb-agent.db")
v.SetDefault("orb.db.file", "/opt/orb/orb-agent.db")
v.SetDefault("orb.tls.verify", true)
v.SetDefault("orb.otel.enable", false)
v.SetDefault("orb.debug.enable", false)
Expand Down

0 comments on commit 97432f8

Please sign in to comment.