20 lines
618 B
YAML
20 lines
618 B
YAML
# yamllint disable rule:line-length
|
|
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
users:
|
|
authelia:
|
|
disabled: false
|
|
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'
|
|
...
|
|
# yamllint enable rule:line-length
|