From e40ba0579d9d0977827a3f9bf918a59e03da7aad Mon Sep 17 00:00:00 2001 From: Gaofeng Date: Sun, 7 Dec 2025 15:54:19 +0800 Subject: [PATCH] =?UTF-8?q?.env.example=20=E4=B8=AD=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E4=BA=86=20Mem0=20=E5=92=8C=20Mail=20SMTP=20=E7=9A=84=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 35ea12a885..65e351ea82 100644 --- a/.env.example +++ b/.env.example @@ -19,4 +19,20 @@ FORWARDED_ALLOW_IPS='*' # DO NOT TRACK SCARF_NO_ANALYTICS=true DO_NOT_TRACK=true -ANONYMIZED_TELEMETRY=false \ No newline at end of file +ANONYMIZED_TELEMETRY=false + + + +# Mem0 API Key +export MEM0_API_KEY="" + +# Email SMTP Configuration +export EMAIL_SMTP_SERVER="" +export EMAIL_SMTP_PORT="" +export EMAIL_SMTP_USERNAME="" +export EMAIL_SMTP_PASSWORD="" +export EMAIL_SMTP_FROM="" +export EMAIL_VERIFICATION_CODE_TTL="" +export EMAIL_VERIFICATION_SEND_INTERVAL="" +export EMAIL_VERIFICATION_MAX_ATTEMPTS="" +