Skip to content

Commit

Permalink
chore: example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Jul 12, 2023
1 parent 716c0ef commit 440c368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/struct-config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
},
Metadata: dcpConfig.Metadata{
Config: map[string]string{
"bucket": "dcp-test",
"bucket": "dcp-test-meta",
"scope": "_default",
"collection": "_default",
},
Expand All @@ -37,7 +37,7 @@ func main() {
Couchbase: config.Couchbase{
Hosts: []string{"localhost:8091"},
Username: "user",
Password: "password",
Password: "123456",
BucketName: "dcp-test-backup",
BatchSizeLimit: 10,
RequestTimeoutMs: 1000 * 10,
Expand Down

0 comments on commit 440c368

Please sign in to comment.