12 lines
202 B
YAML
12 lines
202 B
YAML
authentication_backend:
|
|
file:
|
|
path: /config/users.yml
|
|
password:
|
|
algorithm: argon2id
|
|
iterations: 3
|
|
key_length: 32
|
|
salt_length: 16
|
|
parallelism: 4
|
|
memory: 64
|
|
|