1
0
Fork 0

hosts/web-2: migrate renamed options for gitea

This commit is contained in:
clerie 2024-03-24 14:08:34 +01:00
parent fe85ab718a
commit 0cd3c05a25
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,6 @@
user = "gitea";
socket = "/run/postgresql";
};
rootUrl = "https://git.clerie.de/";
domain = "git.clerie.de";
httpAddress = "127.0.0.1";
httpPort = 3000;
lfs.enable = true;
settings = {
log = {
@ -30,6 +26,10 @@
DEFAULT_PRIVATE = true;
};
server = {
ROOT_URL = "https://git.clerie.de/";
DOMAIN = "git.clerie.de";
HTTP_ADDRESS = "127.0.0.1";
HTTP_PORT = 3000;
OFFLINE_MODE = true;
LANDING_PAGE = "explore";
};