diff --git a/README.md b/README.md index 5a3581d..2194bfe 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ then in `application.properties`: spring.grpc.client.channels.local.address=0.0.0.0:9090 ``` -There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation. +There is a default named channel that you can configure in the same way via `spring.grpc.client.default-channel.*`. It will be used by default if there is no channel with the name specified in the channel creation. ### Native Images diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 3f03e10..dca2317 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -279,7 +279,7 @@ then in `application.properties`: spring.grpc.client.channels.local.address=0.0.0.0:9090 ---- -There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation. +There is a default named channel that you can configure in the same way via `spring.grpc.client.default-channel.*`. It will be used by default if there is no channel with the name specified in the channel creation. === Native Images