From 8cda89569c4da28e6dcf628b4fe0f025779e1e39 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Apr 2021 15:50:13 +0000 Subject: [PATCH] Update .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index e9f1dd6cb9..b3556dd46f 100644 --- a/.env.example +++ b/.env.example @@ -175,6 +175,10 @@ MAP_DEFAULT_ZOOM=6 # For full instructions on these settings please visit: # https://docs.firefly-iii.org/advanced-installation/authentication # If you use Docker or similar, you can set this variable from a file by appending it with _FILE +# +# If you enable 'ldap' AND you run Docker, the Docker image will contact packagist.org +# This is necessary to download the required packages. +# LOGIN_PROVIDER=eloquent # It's also possible to change the way users are authenticated. You could use Authelia for example.