mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
[CI] set PASSWORD_HASH_ALGO = argon2 for integration tests
(cherry picked from commit1d7ce2a39c
) (cherry picked from commit3af8757583
) (cherry picked from commit0b81815209
) (cherry picked from commit7180a3222a
) (cherry picked from commit069044f4a6
) (cherry picked from commitdd1438f389
) (cherry picked from commit4ae6b5d64d
) (cherry picked from commitc572666d78
) (cherry picked from commitde0a4480bc
) (cherry picked from commit60272ef4f7
) (cherry picked from commita68fdde4be
) (cherry picked from commitff448cf3a6
) (cherry picked from commit208498caaa
) (cherry picked from commit1abd3efad8
) (cherry picked from commit818c7f4ca9
) (cherry picked from commit1e552bbe44
) (cherry picked from commit88dbd6da1d
) (cherry picked from commitb1c86fb777
) (cherry picked from commit185b1e25b1
) (cherry picked from commit0af35605ae
) (cherry picked from commit350975b63f
) (cherry picked from commit2788142515
) (cherry picked from commit b418a53717b247e10d2dda26d1d236400d423a94) (cherry picked from commit086cde3f10
) (cherry picked from commit3e4818c779
) (cherry picked from commitf2bf1fe64f
) (cherry picked from commitdb4eb288ee
) (cherry picked from commitf8db31821b
) (cherry picked from commit2b13c06f49
) (cherry picked from commit3fd0092056
) (cherry picked from commit6f7662507f
) (cherry picked from commit8a15e41887
) (cherry picked from commit3540ab6d4a
) (cherry picked from commita207d02ff2
) (cherry picked from commit35309db809
) (cherry picked from commit6ff35732f0
) (cherry picked from commite6d922612d
) (cherry picked from commita8df762405
)
This commit is contained in:
parent
074cd112cc
commit
e1c6c42c7e
5 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -94,6 +94,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -94,6 +94,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -97,6 +97,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -93,6 +93,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
Loading…
Reference in a new issue