diff --git a/.env.example b/.env.example index e74b8d0d1..baee6e85b 100644 --- a/.env.example +++ b/.env.example @@ -7,9 +7,13 @@ # They are NOT managed by the Admin UI and are not stored in the database. # === First Install Token === -# if set the user is required to enter this token on the /first_install page +# If set the user is required to enter this token on the /first_install page # FIRST_INSTALL_TOKEN="myaccesstoken" +# === Security === +# When enabled (recommended), auth cookies require HTTPS and SSO will reject insecure HTTP. +AUTH_HTTPS_ONLY=true + # === Logging and Development === DEBUG=False