Unabhängigkeit von system Variablen

This commit is contained in:
Marius Alwan Meyer
2023-04-01 14:43:53 +02:00
parent 2d524c41c2
commit 4de73e51df
2 changed files with 6 additions and 7 deletions

View File

@@ -9,8 +9,8 @@ USER_GID={{ git_user.group }}
USER={{ git_user.name }}
GITEA__APP_NAME={{ gitea_vars.app_name }}
GITEA__RUN_USER={{ git_user.name }}
GITEA__server__ROOT_URL=https://{{ system.hostname }}.{{ system.domain }}/
GITEA__server__Domain={{ system.hostname }}.{{ system.domain }}
GITEA__server__ROOT_URL=https://{{ gitea.hostname }}.{{ gitea.domain }}/
GITEA__server__Domain={{ gitea.hostname }}.{{ gitea.domain }}
GITEA__server__SSH_PORT=22