mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +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
)
This commit is contained in:
parent
02cda642ec
commit
de0a4480bc
|
@ -98,6 +98,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -95,6 +95,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -95,6 +95,7 @@ COLORIZE = true
|
|||
LEVEL = Debug
|
||||
|
||||
[security]
|
||||
PASSWORD_HASH_ALGO = argon2
|
||||
DISABLE_GIT_HOOKS = false
|
||||
INSTALL_LOCK = true
|
||||
SECRET_KEY = 9pCviYTWSb
|
||||
|
|
|
@ -99,6 +99,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
|
||||
|
|
Loading…
Reference in a new issue