authelia/config.minimal.yml

17 lines
543 B
YAML
Raw Normal View History

###############################################################
# Authelia minimal configuration #
###############################################################
authentication_backend:
file:
# The path to the database file. The file is at the root of the repo.
path: /etc/authelia/users_database.yml
session:
2018-08-09 20:24:02 +00:00
# The secret to encrypt the session cookies with.
secret: unsecure_session_secret
# The domain to protect.
2018-08-09 20:24:02 +00:00
# Note: Authelia must also be served by that domain.
domain: example.com