Skip to content

Commit 76ac0a3

Browse files
author
Stefan Ubbink
committed
Fix DISABLE_WEBHOOKS value in the template
1 parent f395277 commit 76ac0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitea.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ DATADIR = {{ gitea_home }}/indexers/issues.queue
154154
INSTALL_LOCK = true
155155
SECRET_KEY = {{ gitea_secret_key }}
156156
DISABLE_GIT_HOOKS = {{ gitea_disable_git_hooks | ternary('true', 'false') }}
157-
DISABLE_WEBHOOKS = { gitea_disable_webhooks | ternary('true', 'false') }
157+
DISABLE_WEBHOOKS = {{ gitea_disable_webhooks | ternary('true', 'false') }}
158158
INTERNAL_TOKEN = {{ gitea_internal_token }}
159159
PASSWORD_CHECK_PWN = {{ gitea_password_check_pwn | ternary('true', 'false') }}
160160
{{ gitea_security_extra_config }}

0 commit comments

Comments
 (0)