Skip to content

Commit 6e4e73c

Browse files
committed
fix: yml 수정
1 parent 36300e1 commit 6e4e73c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ management:
99
endpoints:
1010
web:
1111
exposure:
12-
include: health, prometheus
12+
include: "*"
13+
# include: health, prometheus
1314
endpoint:
1415
prometheus:
1516
enabled: true
16-
access: read_only
17+
env:
18+
enabled: true
1719
health:
1820
show-details: always
1921
security:

0 commit comments

Comments
 (0)