vps1: git: update address and port

This commit is contained in:
Lgmrszd 2024-05-11 22:39:17 +03:00
parent bcd4bd5a14
commit 1c49cbd81b
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -37,7 +37,8 @@ in
server = { server = {
DOMAIN = domain; DOMAIN = domain;
ROOT_URL = "https://${srv.DOMAIN}/"; ROOT_URL = "https://${srv.DOMAIN}/";
HTTP_PORT = 3000; HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 3001;
}; };
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
actions = { actions = {