Skip to content

Commit 8c11121

Browse files
committed
update config
1 parent b94e4f8 commit 8c11121

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config-repo/auth-service.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ server:
55
management:
66
security:
77
enabled: false
8+
context-path: /mgmt
89

910
eureka:
1011
instance:
11-
health-check-url-path: ${server.context-path}/health
12-
status-page-url-path: ${server.context-path}/info
12+
health-check-url-path: ${server.context-path}${management.context-path}/health
13+
status-page-url-path: ${server.context-path}${management.context-path}/info
1314
metadata-map:
14-
management.context-path: ${server.context-path}
15+
management.context-path: ${server.context-path}${management.context-path}
1516

1617
spring:
1718
datasource:

0 commit comments

Comments
 (0)