services/forgejo: enable git hooks
All checks were successful
/ check (pull_request) Successful in 1m44s
All checks were successful
/ check (pull_request) Successful in 1m44s
This commit is contained in:
parent
9dfdd8f494
commit
4ae04f6c6d
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
DOMAIN = "git.rab.lol";
|
||||
ROOT_URL = "https://git.rab.lol/";
|
||||
};
|
||||
security = {
|
||||
DISABLE_GIT_HOOKS = false;
|
||||
};
|
||||
oauth2_client = {
|
||||
REGISTER_EMAIL_CONFIRM = false;
|
||||
ENABLE_AUTO_REGISTRATION = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue