mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
fix an oversight in domain and root_url (forgejo)
This commit is contained in:
parent
fa8875abd8
commit
18a104027d
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue