Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 09c351c

Browse files
committed
Replaced old spring properties
1 parent 646a73a commit 09c351c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

scb-engine/src/main/resources/application.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ server.ssl:
1414
key-alias: scb-engine
1515

1616
# Spring Boot Actuator configuration
17-
# Used to enable an endpoint for health checks at '/health'
18-
management.port: 8080
19-
management.security.enabled: true
20-
endpoints:
21-
enabled: false
22-
health.enabled: true
23-
health.path: /status
17+
# Used to enable an endpoint for health checks at '/status'
18+
management.endpoints:
19+
enabled-by-default: false
20+
web.base-path: /
21+
web.path-mapping.health: status
22+
management.endpoint.health.enabled: true
23+
24+
management.server.port: 8080
2425

2526
camunda.bpm:
2627
webapp.index-redirect-enabled: true

0 commit comments

Comments
 (0)