1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Change grafana port to 8000

This commit is contained in:
RGBCube 2024-01-17 20:30:56 +03:00
parent c3110ced6c
commit 03714aceb6
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ in serverSystemConfiguration {
server.domain = fqdn; server.domain = fqdn;
server.http_addr = "::"; server.http_addr = "::";
server.http_port = 8999; server.http_port = 8000;
users.default_theme = "system"; users.default_theme = "system";
}; };