fix an oversight in domain and root_url (forgejo)

This commit is contained in:
Swarsel 2024-02-01 05:22:24 +01:00
parent fa8875abd8
commit 18a104027d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 4 deletions

View file

@ -147,8 +147,8 @@
PROTOCOL = "http";
HTTP_PORT = 3000;
HTTP_ADDR = "0.0.0.0";
DOMAIN = "git.swarsel.win";
ROOT_URL = "https://git.swarsel.win";
DOMAIN = "swagit.swarsel.win";
ROOT_URL = "https://swagit.swarsel.win";
};
service = {
DISABLE_REGISTRATION = true;