Skip to content

Commit 2247aab

Browse files
committed
Bumping versions
1 parent cc78fe9 commit 2247aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
|spring.cloud.config.override-system-properties | `+++true+++` | Flag to indicate that the external properties should override system properties. Default true.
1818
|spring.cloud.config.password | | The password to use (HTTP Basic) when contacting the remote server.
1919
|spring.cloud.config.profile | `+++default+++` | The default profile to use when fetching remote configuration (comma-separated). Default is "default".
20-
|spring.cloud.config.request-connect-timeout | `+++0+++` | timeout on waiting to connect to the Config Server.
21-
|spring.cloud.config.request-read-timeout | `+++0+++` | timeout on waiting to read data from the Config Server.
20+
|spring.cloud.config.request-connect-timeout | | timeout on waiting to connect to the Config Server.
21+
|spring.cloud.config.request-read-timeout | | timeout on waiting to read data from the Config Server.
2222
|spring.cloud.config.retry.initial-interval | `+++1000+++` | Initial retry interval in milliseconds.
2323
|spring.cloud.config.retry.max-attempts | `+++6+++` | Maximum number of attempts.
2424
|spring.cloud.config.retry.max-interval | `+++2000+++` | Maximum interval for backoff.

0 commit comments

Comments
 (0)