Skip to content

Commit ee12529

Browse files
committed
Update Couchbase connection details
1 parent b42ecd5 commit ee12529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
server.use-forward-headers=true
22
server.forward-headers-strategy=framework
3-
spring.couchbase.bootstrap-hosts=couchbases://cb.fwu-oviwcpjq4v.cloud.couchbase.com
3+
spring.couchbase.bootstrap-hosts=DB_CONN_STR
44
spring.couchbase.bucket.name=travel-sample
5-
spring.couchbase.bucket.user=kaustav
6-
spring.couchbase.bucket.password=Password123!
5+
spring.couchbase.bucket.user=DB_USERNAME
6+
spring.couchbase.bucket.password=DB_PASSWORD
77
spring.couchbase.scope.name=inventory
88
spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER

0 commit comments

Comments
 (0)