chore: add RP_ID, RP_NAME, and RESEND_API_KEY to env example

This commit is contained in:
2026-04-25 14:45:48 +08:00
parent 20027ecc3d
commit 7b366cae5a
+18
View File
@@ -54,3 +54,21 @@ S3_ACCESS_KEY_ID=""
S3_SECRET_ACCESS_KEY=""
S3_BUCKET_NAME=""
S3_PUBLIC_URL=""
# -----------------------------------------------------------------------------
# PASSKEY (WebAuthn)
# -----------------------------------------------------------------------------
# RP ID: Your domain without protocol (e.g., "localhost" or "deckyvault.xyz")
RP_ID="localhost"
# RP Name: Human-readable name shown in passkey prompts
RP_NAME="DeckyVault"
# -----------------------------------------------------------------------------
# EMAIL
# -----------------------------------------------------------------------------
# Resend API key for sending OTP emails (optional — falls back to console logging)
RESEND_API_KEY=""
# Email sender address
EMAIL_FROM="DeckyVault <noreply@deckyvault.xyz>"