You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/partials/_configprops.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
|spring.cloud.config.override-system-properties | `+++true+++` | Flag to indicate that the external properties should override system properties. Default true.
18
18
|spring.cloud.config.password | | The password to use (HTTP Basic) when contacting the remote server.
19
19
|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.
22
22
|spring.cloud.config.retry.initial-interval | `+++1000+++` | Initial retry interval in milliseconds.
23
23
|spring.cloud.config.retry.max-attempts | `+++6+++` | Maximum number of attempts.
24
24
|spring.cloud.config.retry.max-interval | `+++2000+++` | Maximum interval for backoff.
0 commit comments