diff --git a/reference/html/appendix.html b/reference/html/appendix.html new file mode 100644 index 0000000..c2d0f5e --- /dev/null +++ b/reference/html/appendix.html @@ -0,0 +1,213 @@ + + + + + + + +Common application properties + + + + + + + + + + +
+
+

Appendix A: Common application properties

+
+
+

Various properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. +This appendix provides a list of common Spring Cloud Cloud Foundry properties and references to the underlying classes that consume them.

+
+
+ + + + + +
+ + +Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. +Also, you can define your own properties. +
+
+ +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDefaultDescription

spring.cloud.cloudfoundry.discovery.default-server-port

80

Port to use when no port is defined by ribbon.

spring.cloud.cloudfoundry.discovery.enabled

true

Flag to indicate that discovery is enabled.

spring.cloud.cloudfoundry.discovery.heartbeat-frequency

5000

Frequency in milliseconds of poll for heart beat. The client will poll on this frequency and broadcast a list of service ids.

spring.cloud.cloudfoundry.discovery.internal-domain

apps.internal

Default internal domain when configured to use Native DNS service discovery.

spring.cloud.cloudfoundry.discovery.order

0

Order of the discovery client used by CompositeDiscoveryClient for sorting available clients.

spring.cloud.cloudfoundry.discovery.use-container-ip

false

Whether to resolve hostname when BOSH DNS is used. In order to use this feature, spring.cloud.cloudfoundry.discovery.use-dns must be true.

spring.cloud.cloudfoundry.discovery.use-dns

false

Whether to use BOSH DNS for the discovery. In order to use this feature, your Cloud Foundry installation must support Service Discovery.

spring.cloud.cloudfoundry.org

Organization name to initially target.

spring.cloud.cloudfoundry.password

Password for user to authenticate and obtain token.

spring.cloud.cloudfoundry.skip-ssl-validation

false

spring.cloud.cloudfoundry.space

Space name to initially target.

spring.cloud.cloudfoundry.url

URL of Cloud Foundry API (Cloud Controller).

spring.cloud.cloudfoundry.username

Username to authenticate (usually an email address).

+
+
+
+ + + + + + + \ No newline at end of file diff --git a/reference/html/index.html b/reference/html/index.html index 165bfaa..8883719 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -96,8 +96,9 @@ $(addBlockSwitches);
Table of Contents
@@ -137,7 +138,7 @@ the fact that it has to get an access token from Cloud Foundry.

-

Discovery

+

1. Discovery

Here’s a Spring Cloud app with Cloud Foundry discovery:

@@ -182,7 +183,7 @@ are configured, they default per the user’s profile in Cloud Foundry.

-

Single Sign On

+

2. Single Sign On

@@ -209,6 +210,14 @@ parameterized using spring.oauth2.sso.serviceId.

+
+

3. Configuration

+
+
+

To see the list of all Sleuth related configuration properties please check the Appendix page.

+
+
+
diff --git a/reference/html/spring-cloud-cloudfoundry.html b/reference/html/spring-cloud-cloudfoundry.html index 165bfaa..8883719 100644 --- a/reference/html/spring-cloud-cloudfoundry.html +++ b/reference/html/spring-cloud-cloudfoundry.html @@ -96,8 +96,9 @@ $(addBlockSwitches); @@ -137,7 +138,7 @@ the fact that it has to get an access token from Cloud Foundry.

-

Discovery

+

1. Discovery

Here’s a Spring Cloud app with Cloud Foundry discovery:

@@ -182,7 +183,7 @@ are configured, they default per the user’s profile in Cloud Foundry.

@@ -209,6 +210,14 @@ parameterized using spring.oauth2.sso.serviceId.

+
+

3. Configuration

+
+
+

To see the list of all Sleuth related configuration properties please check the Appendix page.

+
+
+