mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
192219578a
* fix(configuration): change config in example projects to solve startup issues * fix(configuration): use new log level key * fix(configuration): remove redundant docker-compose error message Co-authored-by: hoflogic <hoflogic@users.noreply.github.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
19 lines
606 B
YAML
19 lines
606 B
YAML
---
|
|
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
# This file can be used if you do not have an LDAP set up.
|
|
|
|
# List of users
|
|
users:
|
|
authelia:
|
|
displayname: "Authelia User"
|
|
# Password is authelia
|
|
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
|
email: authelia@authelia.com
|
|
groups:
|
|
- admins
|
|
- dev
|
|
...
|