This commit is contained in:
2025-02-01 11:12:31 -05:00
parent 964041c860
commit ad8a012746
6 changed files with 49 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
server = {
DOMAIN = service_configs.gitea.domain;
ROOT_URL = "https://" + config.services.gitea.settings.server.DOMAIN;
HTTP_PORT = 3281;
HTTP_PORT = service_configs.ports.gitea;
LANDING_PAGE = "/explore/repos";
};
session = {