Skip to content

Commit

Permalink
removed typo in env.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergruebe committed Mar 24, 2024
1 parent bba69ec commit 4c3480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GITEA____RUN_USER={{ gitea_config_run_user }}
{% if gitea_config_mailer_enabled %}
GITEA__mailer__ENABLED={{ gitea_config_mailer_enabled }}
GITEA__mailer__FROM={{ gitea_config_mailer_from }}
PROTOCOLGITEA__mailer__PROTOCOL={{ gitea_config_mailer_protocol }}
GITEA__mailer__PROTOCOL={{ gitea_config_mailer_protocol }}
GITEA__mailer__SMTP_ADDR={{ gitea_config_mailer_smtp_addr }}
GITEA__mailer__SMTP_PORT={{ gitea_config_mailer_smtp_port }}
GITEA__mailer__USER={{ gitea_config_mailer_user }}
Expand Down

0 comments on commit 4c3480e

Please sign in to comment.