fixes
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.gardling.com";
|
||||
ROOT_URL = "https://git.gardling.com";
|
||||
DOMAIN = service_configs.gitea.domain;
|
||||
ROOT_URL = "https://" + service_configs.gitea.domain;
|
||||
HTTP_PORT = service_configs.ports.gitea;
|
||||
LANDING_PAGE = "/explore/repos";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user