mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
Brand OTP SMS with business name and support local SMS proxy.
Append tenant Farsi name to verification SMS, allow optional domain on send-otp, and add SMS_PROXY_* for local delivery via production. Also include websites SSL sync agent/API wiring. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
77f3cb2a67
commit
8f05ee2b58
@@ -31,6 +31,11 @@ SMS_GAMA_SOURCE_SERVICE=5000110005
|
||||
# Partner gateway: domain:apiKey pairs, comma-separated (www. is stripped)
|
||||
# Example: SMS_PARTNERS=baloutpastry.com:replace-with-long-random-secret
|
||||
SMS_PARTNERS=
|
||||
# Local-dev only: proxy SMS delivery through production partner gateway
|
||||
# (OTP still stored in local Redis). Leave unset on production.
|
||||
# SMS_PROXY_URL=https://api.meshkee.com/api/v1/public/sms/send
|
||||
# SMS_PROXY_DOMAIN=meshkee.local
|
||||
# SMS_PROXY_API_KEY=
|
||||
|
||||
# Object storage (Parspack / S3-compatible)
|
||||
# Bucket id is the Parspack account id. Object keys live under meshkee/...
|
||||
|
||||
Reference in New Issue
Block a user