changed http address, configured connection protocol for grafana
Some checks failed
/ Check formatting (push) Failing after 1s
Some checks failed
/ Check formatting (push) Failing after 1s
This commit is contained in:
parent
2697607f91
commit
22ac7dee6a
1 changed files with 2 additions and 1 deletions
|
@ -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 = {};
|
||||||
|
|
Loading…
Reference in a new issue