mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-20 01:55:59 +00:00
Logging config
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user