Building a robust API base for a SAAS application.
Create a .env
file in this projects root and fill out the following:
FRONTEND_BASE_URL=http://localhost
SECRET_KEY=
STRIPE_API_SECRET=
STRIPE_DEFAULT_PRODUCT_ID=
STRIPE_DEFAULT_PLAN_ID=
SMTP_PORT=1025
SMTP_HOST=mail
SMTP_USERNAME=username
SMTP_PASSWORD=password