changed http address, configured connection protocol for grafana
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 16:23:54 +02:00
parent 2697607f91
commit 22ac7dee6a

View file

@ -21,8 +21,9 @@
server = { server = {
root_url = "https://grf.collective-conciousness.monster"; root_url = "https://grf.collective-conciousness.monster";
enable_gzip = true; enable_gzip = true;
http_addr = "127.0.0.1"; http_addr = "0.0.0.0";
http_port = 6700; http_port = 6700;
protocol = "https";
}; };
# smtp = {}; # smtp = {};
# users = {}; # users = {};