POSTGRES_PASSWORD=change-me-strong-password JWT_SECRET=change-me-generate-a-random-64-char-string FAMILY_CODE=your-family-invite-phrase DOMAIN=yeschef.yourdomain.com # SMTP — required for password reset and email-based invites. # Leave SMTP_HOST empty to fall back to a logging sender (dev only; # emails are logged instead of delivered). SMTP_HOST= SMTP_PORT=587 SMTP_USERNAME= SMTP_PASSWORD= SMTP_FROM_ADDRESS=no-reply@yourdomain.com SMTP_FROM_NAME=YesChef # Public base URL used to build links in outgoing emails. Defaults to https://${DOMAIN}. APP_BASE_URL=https://yeschef.yourdomain.com