monitoring setup, project dashboard, account page

This commit is contained in:
simon987
2019-02-09 13:16:58 -05:00
parent f577e76afa
commit 4ef4752c14
28 changed files with 629 additions and 160 deletions

View File

@@ -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"