Skip to content

Commit 0a6fa64

Browse files
committed
Fix default value for spring.data.couchbase.contact-points
See gh-18621
1 parent df7b383 commit 0a6fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
{
306306
"name": "spring.data.cassandra.contact-points",
307307
"defaultValue": [
308-
"localhost"
308+
"127.0.0.1:9042"
309309
]
310310
},
311311
{

0 commit comments

Comments
 (0)