mehr Umgebungsvariablen
This commit is contained in:
parent
e96aa100a4
commit
e7a12a06a8
@ -88,3 +88,6 @@
|
||||
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__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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user