Skip to content

Commit

Permalink
Merge pull request #14 from lucasaxm/health
Browse files Browse the repository at this point in the history
feat: enable health details
  • Loading branch information
lucasaxm authored May 22, 2024
2 parents 70485ff + c3fd7ae commit cbe8029
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
spring:
application:
name: bilubot
management:
endpoint:
health:
show-details: always
endpoints:
web:
exposure:
include: health
jasypt:
encryptor:
password: ${BILUBOT_ENC_PASSWORD}
Expand Down

0 comments on commit cbe8029

Please sign in to comment.