gitea: enable git hooks

This commit is contained in:
Astro 2021-10-04 21:08:09 +02:00
parent 03c3889354
commit c8b4428e3f
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
time = {
DEFAULT_UI_LOCATION = config.time.timeZone;
};
custom = {
# needed for c3d2-{web,dns} deployment
DISABLE_GIT_HOOKS = false;
};
};
};