diff --git a/templates/environment.env.j2 b/templates/environment.env.j2 index 7b6e8e5..114c595 100644 --- a/templates/environment.env.j2 +++ b/templates/environment.env.j2 @@ -184,7 +184,7 @@ GITEA__attachment__MINIO_BASE_PATH={{ gitea_vars.attachment.minio_base_path }} GITEA__attachment__MINIO_USE_SSL={{ gitea_vars.attachment.minio_use_ssl }} {% endif %} {% endif %} {# /attachment #} - +{# Disabled logging for now {% if 'log' in gitea_vars %} {% if 'root_path' in gitea_vars['log'] %} GITEA__log__ROOT_PATH={{ gitea_vars.log.root_path }} @@ -205,7 +205,7 @@ GITEA__log__ENABLE_log_LOG={{ gitea_vars.log.enable_log_log }} GITEA__log__ENABLE_XORM_LOG={{ gitea_vars.log.enable_xorm_log }} {% endif %} {% endif %} {# /logging#} - +#} {% if 'ssh' in gitea_vars %} {% if 'minimum_key_sizes' in gitea_vars['ssh'] %} {% if 'ed25519' in gitea_vars['ssh']['minimum_key_sizes'] %}