File tree Expand file tree Collapse file tree
spring-boot-admin-docs/src/site/docs/11-upgrading Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,16 +165,16 @@ spring:
165165
166166**Available Options:**
167167
168- | Value | Description |
169- |-----------------------|------------------------------------------------------|
170- | ` IP` | Use IP address (equivalent to old `prefer-ip: true`) |
171- | `HOST_NAME` | Use hostname (equivalent to old `prefer-ip : false`) |
172- | `CANONICAL_HOST_NAME` | Use canonical hostname |
168+ | Value | Description |
169+ |-----------------------|---------------------------------------------------------------- |
170+ | ` IP` | Use IP address (equivalent to old `prefer-ip: true`) |
171+ | `HOST_NAME` | Use hostname |
172+ | `CANONICAL_HOST_NAME` | Use canonical hostname (equivalent to old `prefer-ip : false`) |
173173
174174**Action Required:**
175175
176176- Search your configuration files for `prefer-ip`
177- - Replace with `service-host-type : IP` (if `prefer-ip: true`) or `service-host-type: HOST_NAME ` (if `prefer-ip: false`)
177+ - Replace with `service-host-type : IP` (if `prefer-ip: true`) or `service-host-type: CANONICAL_HOST_NAME ` (if `prefer-ip: false`)
178178
179179# ## 4. Jolokia Compatibility
180180
You can’t perform that action at this time.
0 commit comments