Files
docker-compose/net/authelia/users_database.template.yml

17 lines
436 B
YAML
Raw Normal View History

---
###############################################################
# Users Database #
###############################################################
# This file can be used if you do not have an LDAP set up.
# List of users
users:
valknar:
displayname: "Valknar"
password: "${AUTHELIA_USER_PASSWORD_HASH}"
email: valknar@pivoine.art
groups:
- admins
- dev