Skip to content

Commit

Permalink
commented out webhook configuration for .env.docker, as this is usual…
Browse files Browse the repository at this point in the history
…ly not used for development
  • Loading branch information
onlime committed Sep 11, 2023
1 parent 0ef551d commit d71d523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LOG_LEVEL=DEBUG
# LOG_MSG_PREFIX=False
LOG_CONSOLE=True
# SYSLOG=True
WEBHOOK_ENABLED=True
WEBHOOK_USE_JWT=False
WEBHOOK_URL="http://host.docker.internal:8080/api/policyd/{sender}?token={token}"
WEBHOOK_SECRET="Wk9YZXliVlVtY2pQcFlFUm9KY1U1ZkFFaUpWTk1FU20="
# WEBHOOK_ENABLED=True
# WEBHOOK_USE_JWT=False
# WEBHOOK_URL="http://host.docker.internal:8080/api/policyd/{sender}?token={token}"
# WEBHOOK_SECRET="Wk9YZXliVlVtY2pQcFlFUm9KY1U1ZkFFaUpWTk1FU20="

0 comments on commit d71d523

Please sign in to comment.