grafana: fix root_url

This commit is contained in:
Rouven Seifert 2024-05-02 19:33:50 +02:00
parent 197956ea90
commit bdc6185fce
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -11,6 +11,7 @@ in
inherit domain;
http_addr = "127.0.0.1";
http_port = 2342;
root_url = "https://monitoring.ifsr.de";
};
database = {
type = "postgres";