mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update .env.example for #3184
This commit is contained in:
11
.env.example
11
.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
|
# If you use Docker or similar, you can set this variable from a file by appending it with _FILE
|
||||||
LOGIN_PROVIDER=eloquent
|
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
|
# LDAP connection configuration
|
||||||
# OpenLDAP, FreeIPA or ActiveDirectory
|
# OpenLDAP, FreeIPA or ActiveDirectory
|
||||||
# # If you use Docker or similar, you can set this variable from a file by appending it with _FILE
|
# # 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
|
USE_ENCRYPTION=false
|
||||||
IS_SANDSTORM=false
|
IS_SANDSTORM=false
|
||||||
IS_HEROKU=false
|
IS_HEROKU=false
|
||||||
BUNQ_USE_SANDBOX=false
|
|
||||||
FIREFLY_III_LAYOUT=v1
|
FIREFLY_III_LAYOUT=v1
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user