fix: change web server to use mc instead of minecraft

This commit is contained in:
Jet 2026-03-14 18:57:47 -07:00
parent e71d2a662b
commit a22f45df0c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -49,8 +49,8 @@
server = {
http_addr = "127.0.0.1";
http_port = 3000;
domain = "status.minecraft.compsigh.club";
root_url = "https://status.minecraft.compsigh.club";
domain = "status.mc.compsigh.club";
root_url = "https://status.mc.compsigh.club";
};
security = {
admin_user = "admin";