mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-04 19:30:24 -05:00
[server] Fix publink kdf
This commit is contained in:
@@ -140,7 +140,7 @@ func SetupCommand() {
|
||||
}
|
||||
|
||||
if err := core.Initialize(db.Get(ctx), cfg.Core); err != nil {
|
||||
logger.Fatal().Err(err)
|
||||
logger.Fatal().Err(err).Msg("failed to initialize core")
|
||||
}
|
||||
if err := mail.Initialize(cfg.Mail, logger); err != nil {
|
||||
if errors.Is(err, mail.ErrEmailNotConfigured) {
|
||||
|
||||
@@ -18,7 +18,7 @@ core:
|
||||
publinks:
|
||||
password:
|
||||
# hash is either argon2 or pbkdf2
|
||||
hash: pbkdf2
|
||||
kdf: pbkdf2
|
||||
pbkdf2:
|
||||
function: sha-256
|
||||
iterations: 100000
|
||||
|
||||
Reference in New Issue
Block a user