mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Disable Git Hooks by default (#13064)
* Disable Git Hooks by default Related #13058 * pass tests
This commit is contained in:
parent
e0b7727804
commit
e00e8d8ad3
6 changed files with 9 additions and 4 deletions
|
@ -91,6 +91,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ
|
||||
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTU1NTE2MTh9.hhSVGOANkaKk3vfCd2jDOIww4pUk0xtg9JRde5UogyQ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue