mirror of
https://github.com/aykhans/portfolio-blog.git
synced 2025-07-05 18:52:35 +00:00
Added MongoDB
This commit is contained in:
7
config/app/app.env.example
Normal file
7
config/app/app.env.example
Normal file
@ -0,0 +1,7 @@
|
||||
SECRET_KEY="SECRET_KEY"
|
||||
SMTP_HOST="smtp.gmail.com"
|
||||
SMTP_PORT=587
|
||||
SMTP_SSL_TLS=False
|
||||
SMTP_USER="SMTP_USER"
|
||||
SMTP_PASSWORD="SMTP_PASSWORD"
|
||||
EMAIL_RECIPIENTS=["EMAIL_RECIPIENT", "EMAIL_RECIPIENT"]
|
Reference in New Issue
Block a user