host/tatos: increase token rotation interval for grafana

This commit is contained in:
Dmitriy Pleshevskiy 2025-03-10 00:42:15 +03:00
parent d9fae03553
commit a39b4dbebc
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -16,6 +16,7 @@ in
http_port = port; http_port = port;
inherit domain; inherit domain;
}; };
auth.token_rotation_interval_minutes = 60;
}; };
provision = { provision = {
enable = true; enable = true;