grafana: fix root_url
This commit is contained in:
parent
197956ea90
commit
bdc6185fce
|
@ -11,6 +11,7 @@ in
|
||||||
inherit domain;
|
inherit domain;
|
||||||
http_addr = "127.0.0.1";
|
http_addr = "127.0.0.1";
|
||||||
http_port = 2342;
|
http_port = 2342;
|
||||||
|
root_url = "https://monitoring.ifsr.de";
|
||||||
};
|
};
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
|
|
Loading…
Reference in a new issue