Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-35 authored Jan 9, 2024
1 parent 6116ae2 commit 40e7c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
server:
port: 4550

# If you use a database then uncomment the `include: db` line in the health probes and uncomment the datasource section
# If you use a database then uncomment the `group:, readiness: and include: "db"` lines in the health probes and uncomment the datasource section
management:
endpoint:
health:
show-details: "always"
# group:
# liveness:
# readiness:
# include: "db"
endpoints:
web:
Expand Down

0 comments on commit 40e7c53

Please sign in to comment.