fix grafana binding

This commit is contained in:
Cyryl Płotnicki 2025-03-16 18:27:05 +00:00
parent be3a4af4e3
commit 4316c84b9d

View file

@ -52,7 +52,7 @@ in {
protocol = "https";
domain = fqdn;
http_port = port;
http_addr = fqdn;
http_addr = "100.69.177.80";
cert_file = certPath;
cert_key = keyPath;
};