refactor: dynamic SMTP for self host (#138)
Co-authored-by: KM Koushik <koushikmohan1996@gmail.com>
This commit is contained in:
@@ -5,6 +5,9 @@ REDIS_URL="redis://localhost:6379"
|
||||
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
|
||||
NEXT_PUBLIC_SMTP_HOST=smtp.mailtrap.io # Example SMTP host
|
||||
NEXT_PUBLIC_SMTP_USER=test_userdadad@example.com # Example SMTP user
|
||||
|
||||
|
||||
AWS_DEFAULT_REGION="us-east-1"
|
||||
AWS_SECRET_KEY="some-secret-key"
|
||||
|
Reference in New Issue
Block a user