Changed example file location for users_database

If using Docker as a medium for Authelia, having both the storage and users_database in one directory is preferable due to only one volume being needed. /etc/authelia cant be this directory, since there are other files in there, hence the subdirectory.
This commit is contained in:
Philipp Rintz 2018-10-12 07:39:04 +02:00 committed by GitHub
parent 323848736a
commit 326a763343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
authentication_backend:
file:
# The path to the database file. The file is at the root of the repo.
path: /etc/authelia/users_database.yml
path: /etc/authelia/volume/users_database.yml
session:
# The secret to encrypt the session cookies with.