From 2130eef97146028f87bc7c469df78edc9cf8aa6f Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 11 Jun 2020 06:54:42 +0200 Subject: [PATCH] Update .env.example for #3184 --- .env.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 21fd57b047..d53cb52a46 100644 --- a/.env.example +++ b/.env.example @@ -167,6 +167,16 @@ FIXER_API_KEY= # If you use Docker or similar, you can set this variable from a file by appending it with _FILE LOGIN_PROVIDER=eloquent +# +# It's also possible to change the way users are authenticated. You could use Authelia for example. +# Authentication via the REMOTE_USER header is supported. Change the value below to "remote_user_guard". +# +# If you do this please read the documentation for instructions and warnings: +# https://docs.firefly-iii.org/advanced-installation/authentication +# +# This function is available in Firefly III v5.3.0 and higher. +AUTHENTICATION_GUARD=web + # LDAP connection configuration # OpenLDAP, FreeIPA or ActiveDirectory # # If you use Docker or similar, you can set this variable from a file by appending it with _FILE @@ -289,7 +299,6 @@ DEMO_PASSWORD= USE_ENCRYPTION=false IS_SANDSTORM=false IS_HEROKU=false -BUNQ_USE_SANDBOX=false FIREFLY_III_LAYOUT=v1 #