mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-12 06:28:50 +00:00
monitoring setup, project dashboard, account page
This commit is contained in:
@@ -3,8 +3,7 @@ server:
|
||||
|
||||
database:
|
||||
conn_str: "user=task_tracker dbname=task_tracker_test sslmode=disable"
|
||||
log_levels: ["debug", "error"]
|
||||
# log_levels: ["debug", "error", "trace", "info", "warning"]
|
||||
log_levels: ["debug", "error", "trace", "info", "warn"]
|
||||
|
||||
git:
|
||||
webhook_secret: "very_secret_secret"
|
||||
@@ -16,4 +15,8 @@ log:
|
||||
|
||||
session:
|
||||
cookie_name: "tt_test"
|
||||
expiration: "25m"
|
||||
expiration: "25m"
|
||||
|
||||
monitoring:
|
||||
snapshot_interval: "10h"
|
||||
history_length: "10h"
|
||||
|
||||
Reference in New Issue
Block a user