mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-19 02:06:45 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
server:
|
|
address: "127.0.0.1:5001"
|
|
|
|
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"
|