Skip to content

Commit 5509773

Browse files
committed
Bumping versions
1 parent f65deb1 commit 5509773

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,8 @@
22
|Name | Default | Description
33

44
|spring.cloud.config.allow-override | `+++true+++` | Flag to indicate that {@link #isOverrideSystemProperties() systemPropertiesOverride} can be used. Set to false to prevent users from changing the default accidentally. Default true.
5-
|spring.cloud.config.charset | `+++UTF-8+++` | The charset to read the resource from the config server.
6-
|spring.cloud.config.discovery.enabled | `+++false+++` | Flag to indicate that config server discovery is enabled (config server URL will be looked up via discovery).
7-
|spring.cloud.config.discovery.service-id | `+++configserver+++` | Service id to locate config server.
8-
|spring.cloud.config.enabled | `+++true+++` | Flag to say that remote configuration is enabled. Default true;
9-
|spring.cloud.config.fail-fast | `+++false+++` | Flag to indicate that failure to connect to the server is fatal (default false).
10-
|spring.cloud.config.headers | | Additional headers used to create the client request.
115
|spring.cloud.config.initialize-on-context-refresh | `+++false+++` | Flag to initialize bootstrap configuration on context refresh event. Default false.
12-
|spring.cloud.config.label | | The label name to use to pull remote configuration properties. The default is set on the server (generally "main" for a git based server).
13-
|spring.cloud.config.media-type | | The Accept header media type to send to config server.
14-
|spring.cloud.config.multiple-uri-strategy | `+++always+++` | The strategy to use when call to server fails and there are multiple URLs configured on the uri property (default {@link MultipleUriStrategy#ALWAYS}).
15-
|spring.cloud.config.name | | Name of application used to fetch remote properties.
166
|spring.cloud.config.override-none | `+++false+++` | Flag to indicate that when {@link #setAllowOverride(boolean) allowOverride} is true, external properties should take lowest priority and should not override any existing property sources (including local config files). Default false. This will only have an effect when using config first bootstrap.
177
|spring.cloud.config.override-system-properties | `+++true+++` | Flag to indicate that the external properties should override system properties. Default true.
18-
|spring.cloud.config.password | | The password to use (HTTP Basic) when contacting the remote server.
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 | | 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-
|spring.cloud.config.retry.initial-interval | `+++1000+++` | Initial retry interval in milliseconds.
23-
|spring.cloud.config.retry.max-attempts | `+++6+++` | Maximum number of attempts.
24-
|spring.cloud.config.retry.max-interval | `+++2000+++` | Maximum interval for backoff.
25-
|spring.cloud.config.retry.multiplier | `+++1.1+++` | Multiplier for next interval.
26-
|spring.cloud.config.retry.use-random-policy | `+++false+++` | Use a random exponential backoff policy.
27-
|spring.cloud.config.send-all-labels | `+++false+++` | If set to true the client will send all labels to the server instead of sending one at a time. Support for this would require a config server version of 4.2.0 or higher.
28-
|spring.cloud.config.send-state | `+++true+++` | Flag to indicate whether to send state. Default true.
29-
|spring.cloud.config.tls | | TLS properties.
30-
|spring.cloud.config.token | | Security Token passed thru to underlying environment repository.
31-
|spring.cloud.config.uri | `+++[http://localhost:8888]+++` | The URI of the remote server (default http://localhost:8888).
32-
|spring.cloud.config.username | | The username to use (HTTP Basic) when contacting the remote server.
338

349
|===

0 commit comments

Comments
 (0)