fix: add auth_https_only to env.example (#3937)

This commit is contained in:
Arc
2026-04-17 14:50:26 +03:00
committed by GitHub
parent 07428ecf94
commit f14ea6c577
+5 -1
View File
@@ -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