mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38:34 +01:00
vps1: git: update address and port
This commit is contained in:
parent
bcd4bd5a14
commit
1c49cbd81b
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ in
|
|||
server = {
|
||||
DOMAIN = domain;
|
||||
ROOT_URL = "https://${srv.DOMAIN}/";
|
||||
HTTP_PORT = 3000;
|
||||
HTTP_ADDR = "127.0.0.1";
|
||||
HTTP_PORT = 3001;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
|
|
Loading…
Reference in a new issue