Skip to content

Commit

Permalink
fix(kayenta): Fix management endpoints configuration after migration …
Browse files Browse the repository at this point in the history
…to Spring Boot 2 (#567)
  • Loading branch information
Nastya Smirnova authored and Matt Duftler committed Jun 26, 2019
1 parent 644f171 commit 015eabe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kayenta-web/config/kayenta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ kayenta:
# endpoint:
# baseUrl: http://remotejudge.example.com/path/to/service

management.security.enabled: false

management.endpoints.web.exposure.include: '*'
management.endpoint.health.show-details: always

keiko:
queue:
Expand Down

0 comments on commit 015eabe

Please sign in to comment.