Removes ribbon references.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|===
|
||||
|Name | Default | Description
|
||||
|
||||
|spring.cloud.cloudfoundry.discovery.default-server-port | 80 | Port to use when no port is defined by ribbon.
|
||||
|spring.cloud.cloudfoundry.discovery.default-server-port | 80 | Port to use when no port is defined by service discovery.
|
||||
|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.
|
||||
|
||||
@@ -37,7 +37,7 @@ public class CloudFoundryDiscoveryProperties {
|
||||
private long heartbeatFrequency = 5000;
|
||||
|
||||
/**
|
||||
* Port to use when no port is defined by ribbon.
|
||||
* Port to use when no port is defined by service discovery.
|
||||
*/
|
||||
private int defaultServerPort = 80;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user