mehr Umgebungsvariablen

This commit is contained in:
Marius Alwan Meyer 2022-11-08 17:27:32 +01:00
parent e96aa100a4
commit e7a12a06a8

View File

@ -87,4 +87,7 @@
GITEA__service__DEFAULT_ALLOW_CREATE_ORGANIZATION: "{{ gitea.service.default_allow_create_organization }}"
GITEA__service__DEFAULT_ENABLE_TIMETRACKING: "{{ gitea.service.default_enable_timetracking }}"
GITEA__mailer__ENABLED: "{{ gitea.mailer.enabled }}"
GITEA__mailer__FROM: "git@{{ system.hostname }}.{{ system.domain }}"
GITEA__mailer__FROM: "git@{{ system.hostname }}.{{ system.domain }}"
GITEA__repository__ENABLE_PUSH_CREATE_USER: "{{ gitea.repository.enable_push_create_user }}"
GITEA__repository__ENABLE_PUSH_CREATE_ORG: "{{ gitea.repository.enable_push_create_org }}"
GITEA__repository__DEFAULT_PUSH_CREATE_PRIVATE: "{{ gitea.repository.default_push_create_private }}"