Skip to content

Commit

Permalink
Other format for management port in application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Apr 17, 2024
1 parent bb6e032 commit 6ce6575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ management:
exposure:
include: health,metrics,prometheus
server:
port: ${TAXONOMY_MANAGEMENT_PORT:5001}
port: ${taxonomy.management.port:5001}
endpoint.health.probes.enabled: true

---
Expand Down

0 comments on commit 6ce6575

Please sign in to comment.