mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-20 10:05:59 +00:00
Handle updates via git webhooks
This commit is contained in:
@@ -3,3 +3,8 @@ server:
|
||||
|
||||
database:
|
||||
conn_str : "user=task_tracker dbname=task_tracker_test sslmode=disable"
|
||||
|
||||
git:
|
||||
webhook_secret: "very_secret_secret"
|
||||
webhook_hash: "sha1"
|
||||
webhook_sig_header: "X-Hub-Signature"
|
||||
|
||||
Reference in New Issue
Block a user