Initial website was built base on the context
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Where contact-form messages should be delivered.
|
||||
CONTACT_TO_EMAIL=alexwherlan@gmail.com
|
||||
|
||||
# SMTP connection used by POST /api/contact.
|
||||
SMTP_HOST=smtp.example.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USERNAME=your-smtp-username
|
||||
SMTP_PASSWORD=your-smtp-password
|
||||
SMTP_FROM_EMAIL=portfolio@example.com
|
||||
SMTP_USE_TLS=true
|
||||
SMTP_USE_SSL=false
|
||||
|
||||
# Comma-separated origins allowed to call the API during development.
|
||||
FRONTEND_ORIGINS=http://localhost:5173
|
||||
|
||||
Reference in New Issue
Block a user