mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
try to commit
This commit is contained in:
+6
-6
@@ -63,12 +63,12 @@ PAYPAL_CLIENT_ID=CHANGE_ME
|
||||
PAYPAL_CLIENT_SECRET=CHANGE_ME
|
||||
PAYPAL_ENV=sandbox
|
||||
|
||||
# ── Email (SMTP) ──────────────────────────────────────────────────────────────
|
||||
# Gmail: enable 2FA → generate an App Password at myaccount.google.com/apppasswords
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=CHANGE_ME@gmail.com
|
||||
SMTP_PASS=CHANGE_ME_APP_PASSWORD
|
||||
# ── Email (Gmail API — OAuth2, over HTTPS) ────────────────────────────────────
|
||||
# Reuses the same OAuth client as GOOGLE_CLIENT_ID/GOOGLE_CLIENT_SECRET above —
|
||||
# enable the Gmail API on that project, then run:
|
||||
# node scripts/get_gmail_refresh_token.js
|
||||
# and paste the printed value below.
|
||||
GMAIL_REFRESH_TOKEN=CHANGE_ME
|
||||
EMAIL_FROM=CHANGE_ME@gmail.com
|
||||
|
||||
OTP_EXPIRY_MINUTES=10
|
||||
|
||||
Reference in New Issue
Block a user