From 5f9ba78d94329b3eba259486916739e02f460ddf Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 12 Aug 2020 07:12:00 +0200 Subject: [PATCH] Clean up example file --- .env.example | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.env.example b/.env.example index 0c44a5239f..2fc8fb386f 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,6 @@ SITE_OWNER=mail@example.com # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE APP_KEY=SomeRandomStringOf32CharsExactly -# # Firefly III will launch using this language (for new users and unauthenticated visitors) # For a list of available languages: https://github.com/firefly-iii/firefly-iii/tree/main/resources/lang # @@ -141,7 +140,6 @@ MAILGUN_ENDPOINT=api.mailgun.net MANDRILL_SECRET= SPARKPOST_SECRET= - # Firefly III can send you the following messages SEND_REGISTRATION_MAIL=true SEND_ERROR_MESSAGE=true @@ -165,7 +163,6 @@ MAP_DEFAULT_ZOOM=6 # 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". # @@ -177,8 +174,7 @@ LOGIN_PROVIDER=eloquent # This function is available in Firefly III v5.3.0 and higher. AUTHENTICATION_GUARD=web -# -# By default, Firefly III uses the 'REMOTE_USER' header as per RFC 3875. +# If the guard is changed, Firefly III uses the 'REMOTE_USER' header as per RFC 3875. # You can also use another header, like AUTH_USER when using Windows SSO. # Some systems use X-Auth headers. In that case, use HTTP_X_AUTH_USERNAME or HTTP_X_AUTH_EMAIL # Depending on your system, REMOTE_USER may need to be changed to HTTP_REMOTE_USER @@ -187,7 +183,6 @@ AUTHENTICATION_GUARD=web # AUTHENTICATION_GUARD_HEADER=REMOTE_USER -# # Likewise, it's impossible to log out users who's authentication is handled by an external system. # Enter a custom URL here that will force a logout (your authentication provider can tell you). # Setting this variable only works when AUTHENTICATION_GUARD != web @@ -227,7 +222,6 @@ ADLDAP_ADMIN_PASSWORD= ADLDAP_ACCOUNT_PREFIX= ADLDAP_ACCOUNT_SUFFIX= - # LDAP authentication settings. ADLDAP_PASSWORD_SYNC=false ADLDAP_LOGIN_FALLBACK=false @@ -258,7 +252,6 @@ DISABLE_CSP_HEADER=false TRACKER_SITE_ID= TRACKER_URL= -# # Firefly III can collect telemetry on how you use Firefly III. This is opt-in. # In order to allow this, change the following variable to true. # To read more about this feature, go to this page: https://docs.firefly-iii.org/support/telemetry @@ -306,7 +299,6 @@ PUSHER_SECRET= PUSHER_ID= DEMO_USERNAME= DEMO_PASSWORD= -USE_ENCRYPTION=false IS_HEROKU=false FIREFLY_III_LAYOUT=v1