File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/main/java/trycb/config Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1010import org .springframework .context .annotation .Configuration ;
1111import org .springframework .data .couchbase .config .AbstractCouchbaseConfiguration ;
1212
13- /**
14- * @author : chedim (chedim@couchbaser)
15- * @file : CouchbaseConfiguration
16- * @created : Wednesday Mar 16, 2022 20:36:15 EDT
17- */
18-
1913@ Configuration
2014public class CouchbaseConfiguration extends AbstractCouchbaseConfiguration {
2115 public static final String PROFILE_COLLECTION = "profile" ;
2216
2317 @ Override
2418 public String getConnectionString () {
19+ // To connect to capella:
20+ // return "couchbases://cb.jnym5s9gv4ealbe.cloud.couchbase.com?tls=no_verify"
21+ // (replace cb.jnym5s9gv4ealbe.cloud.couchbase.com with your Capella cluster address)
2522 return "couchbase://127.0.0.1" ;
2623 }
2724
You can’t perform that action at this time.
0 commit comments