mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
14 lines
511 B
YAML
14 lines
511 B
YAML
|
###############################################################
|
||
|
# Users Database #
|
||
|
###############################################################
|
||
|
|
||
|
# This file can be used if you do not have an LDAP set up.
|
||
|
|
||
|
users:
|
||
|
authelia:
|
||
|
displayname: "Test User"
|
||
|
password: "$argon2id$v=19$m=32768,t=1,p=8$eUhVT1dQa082YVk2VUhDMQ$E8QI4jHbUBt3EdsU1NFDu4Bq5jObKNx7nBKSn1EYQxk" # Password is 'authelia'
|
||
|
email: authelia@authelia.com
|
||
|
groups:
|
||
|
- admins
|
||
|
- dev
|