mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix grafana config
This commit is contained in:
parent
c432e26e69
commit
da789b5a94
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in serverSystemConfiguration {
|
||||||
database.user = "grafana";
|
database.user = "grafana";
|
||||||
|
|
||||||
server.domain = fqdn;
|
server.domain = fqdn;
|
||||||
server.http_addr = "::";
|
server.http_addr = "[::]";
|
||||||
server.http_port = 8000;
|
server.http_port = 8000;
|
||||||
|
|
||||||
users.default_theme = "system";
|
users.default_theme = "system";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue