Skip to content

Commit

Permalink
Updating default port for Couchbase
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Mar 26, 2024
1 parent d0650de commit 2d8cbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: [push, pull_request]
name: Test
jobs:
test:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func BaseSchemes() []Scheme {
},
{
"n1ql",
GenFromURL("http://localhost:9000/"), 0, false,
GenFromURL("http://localhost:8093/"), 0, false,
[]string{"couchbase"},
"",
},
Expand Down

0 comments on commit 2d8cbb2

Please sign in to comment.