fix: change web server to use mc instead of minecraft
This commit is contained in:
parent
e71d2a662b
commit
a22f45df0c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
domain = "minecraft.compsigh.club";
|
||||
domain = "mc.compsigh.club";
|
||||
gitRepo = "https://github.com/compsigh/minecraft";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue