Logging config

This commit is contained in:
simon987
2019-01-14 18:37:05 -05:00
parent ef333b6b25
commit 0346dd8b6b
7 changed files with 22 additions and 17 deletions

View File

@@ -6,5 +6,11 @@ database:
git:
webhook_secret: "very_secret_secret"
# Github: sha1, Gogs: sha256
webhook_hash: "sha1"
# Github: 'X-Hub-Signature', Gogs: 'X-Gogs-Signature'
webhook_sig_header: "X-Hub-Signature"
log:
# panic, fatal, error, warn, info, debug, trace
level: "trace"