modules: services: woodpecker: adapt gitea URL
This commit is contained in:
parent
e4e44dd8fa
commit
d9e115a876
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
WOODPECKER_GRPC_ADDR = ":${toString cfg.rpcPort}";
|
||||
|
||||
WOODPECKER_GITEA = "true";
|
||||
WOODPECKER_GITEA_URL = config.services.gitea.rootUrl;
|
||||
WOODPECKER_GITEA_URL = config.services.gitea.settings.server.ROOT_URL;
|
||||
|
||||
WOODPECKER_LOG_LEVEL = "debug";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue