Update agents.md and example env file

This commit is contained in:
DariusIII
2026-05-22 12:54:17 +02:00
parent 89dbc08150
commit e3e76c6fc6
2 changed files with 12 additions and 1 deletions
+10
View File
@@ -78,6 +78,16 @@ APP_TIMEZONE=UTC
APP_URL=
# Passkey RP ID (domain only, no scheme/path)
PASSKEY_RELYING_PARTY_ID=
# Passkey authenticator selection (controls which authenticators the browser offers).
# Leave PASSKEY_AUTHENTICATOR_ATTACHMENT empty for "no preference" so Windows Hello,
# platform biometrics, phones (hybrid/QR) AND FIDO2 security keys all appear in the
# browser picker. Set to "platform" or "cross-platform" to restrict.
PASSKEY_AUTHENTICATOR_ATTACHMENT=
# residentKey: preferred|required|discouraged. "preferred" is required for Windows
# domain-joined / managed machines where "required" can suppress Windows Hello.
PASSKEY_RESIDENT_KEY=preferred
# userVerification: preferred|required|discouraged
PASSKEY_USER_VERIFICATION=preferred
# Trusted proxies / Cloudflare
# Comma-separated list of additional proxies to trust alongside Cloudflare.