Skip to content

Commit b6bde14

Browse files
author
chedim
committed
additional comments for capella connections;
1 parent 0f78d7f commit b6bde14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/trycb/config/CouchbaseConfiguration.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ public class CouchbaseConfiguration extends AbstractCouchbaseConfiguration {
1717
@Override
1818
public String getConnectionString() {
1919
// To connect to capella:
20+
// - with ssl certificate validation:
21+
// return "couchbases://cb.jnym5s9gv4ealbe.cloud.couchbase.com"
22+
// - without ssl validation:
2023
// return "couchbases://cb.jnym5s9gv4ealbe.cloud.couchbase.com?tls=no_verify"
2124
// (replace cb.jnym5s9gv4ealbe.cloud.couchbase.com with your Capella cluster address)
25+
//
2226
return "couchbase://127.0.0.1";
2327
}
2428

0 commit comments

Comments
 (0)