We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f395277 commit 76ac0a3Copy full SHA for 76ac0a3
templates/gitea.ini.j2
@@ -154,7 +154,7 @@ DATADIR = {{ gitea_home }}/indexers/issues.queue
154
INSTALL_LOCK = true
155
SECRET_KEY = {{ gitea_secret_key }}
156
DISABLE_GIT_HOOKS = {{ gitea_disable_git_hooks | ternary('true', 'false') }}
157
-DISABLE_WEBHOOKS = { gitea_disable_webhooks | ternary('true', 'false') }
+DISABLE_WEBHOOKS = {{ gitea_disable_webhooks | ternary('true', 'false') }}
158
INTERNAL_TOKEN = {{ gitea_internal_token }}
159
PASSWORD_CHECK_PWN = {{ gitea_password_check_pwn | ternary('true', 'false') }}
160
{{ gitea_security_extra_config }}
0 commit comments