mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
14 lines
389 B
YAML
14 lines
389 B
YAML
|
###############################################################
|
||
|
# Users Database #
|
||
|
###############################################################
|
||
|
|
||
|
# This file can be used if you do not have an LDAP set up.
|
||
|
|
||
|
# List of users
|
||
|
users:
|
||
|
<USERNAME>:
|
||
|
password: "<PASSWORD>"
|
||
|
email: <USERNAME>@example.com
|
||
|
groups:
|
||
|
- admins
|
||
|
- dev
|