Skip to content

corentin-regent/portfolio-back

Repository files navigation

Backend for my portfolio website

CI/CD

This is a Work In Progress

Environment variables

Name Description Example
SMTP_CLIENT_DOMAIN Host name with which the SMTP client introduces itself before submitting emails localhost
SMTP_SERVER_DOMAIN Domain of the SMTP server that collects emails smtp.gmail.com
SMTP_SERVER_PORT Port on which the SMTP server listens to for incoming emails 587
SOURCE_EMAIL_ADDRESS Email address from which the emails are sent [email protected]
SOURCE_EMAIL_PASSWORD Plain password for the source email address password
TARGET_EMAIL_ADDRESS Email address to which the emails are sent [email protected]
TIMEOUT_REQUEST_PROCESSING Delay after which request processing should abort, in milliseconds 5000