docker-compose/authelia/conf/configuration.file.yml
2022-08-22 01:27:51 -04:00

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