Skip to content

Commit

Permalink
fix: define correct default cockpit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumelamirand committed Mar 28, 2024
1 parent 47309b4 commit 7836e50
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -576,8 +576,11 @@ notifiers:
# Cockpit
#cockpit:
# enabled: false
## Specify the URL to cockpit instance. Default is the Gravitee SAAS instance
# url: https://cockpit.gravitee.io
# connector:
# ws:
# endpoints:
# ## Specify the URL to cockpit instance. Default is the Gravitee SAAS instance
# - https://cockpit.gravitee.io
## Specify the auth path used to authenticate from cockpit. {token} placeholder can be used and will be replaced by cockpit token.
# auth:
# path: /auth/cockpit?token={token}
Expand Down

0 comments on commit 7836e50

Please sign in to comment.