Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Sep 18, 2023
1 parent 67d8654 commit cc780f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func DefaultConfig() (Config, error) {
ReplicationRepairMaxAttempts: 3,
TestFilesystemReadonlyFile: "", // fake readonly status, only for docker tests
ReplicationChannel: "",
ExternalReplicationChannel: "external",
ExternalReplicationType: util.Disabled,
}
return config, nil
Expand Down

0 comments on commit cc780f9

Please sign in to comment.