Skip to content

Commit

Permalink
chore: actuator 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Nov 23, 2023
1 parent 014d648 commit 795c925
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ oauth2:
token-uri: http://localhost:8080/fakeToken
user-info-uri: http://localhost:8080/fakeInfo

management:
endpoints:
web:
exposure:
include: metrics, health
base-path: /actuator

jwt:
expiration: 60
key: qkljwnqdjnqjkdnqdwkdkm31i4j1dasksmd
Expand Down

0 comments on commit 795c925

Please sign in to comment.