chore: add verfication email for user profile
This commit is contained in:
+6
-6
@@ -17,12 +17,12 @@ SMS_API_URL=https://api.sms.ir/v1
|
||||
SMS_API_KEY="dasdas"
|
||||
SMS_PATTERN_OTP=82385
|
||||
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
|
||||
MAIL_FROM=
|
||||
SMTP_HOST=smtp.c1.liara.email
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=usernames
|
||||
SMTP_PASS=password
|
||||
MAIL_FROM=confirmation@asan-service.com
|
||||
EMAIL_SECRET="secret key"
|
||||
|
||||
REDIS_URI=redis://:@localhost:6379/0
|
||||
CACHE_TTL=120000
|
||||
|
||||
Reference in New Issue
Block a user