feat: email verification + delete confirmation + smtp/cors/prod hardening
This commit is contained in:
@@ -30,6 +30,19 @@ services:
|
||||
AUTH_DISABLED: ${AUTH_DISABLED:-false}
|
||||
JWT_SECRET: ${JWT_SECRET:-dev-jwt-secret-change-me}
|
||||
COOKIE_SECRET: ${COOKIE_SECRET:-dev-cookie-secret-change-me}
|
||||
APP_ORIGIN: ${APP_ORIGIN:-http://localhost:5173}
|
||||
UPDATE_NOTICE_VERSION: ${UPDATE_NOTICE_VERSION:-0}
|
||||
UPDATE_NOTICE_TITLE: ${UPDATE_NOTICE_TITLE:-SkyMoney Updated}
|
||||
UPDATE_NOTICE_BODY: ${UPDATE_NOTICE_BODY:-We shipped improvements and fixes. Please review the latest changes.}
|
||||
SMTP_HOST: ${SMTP_HOST:-}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
SMTP_REQUIRE_TLS: ${SMTP_REQUIRE_TLS:-true}
|
||||
SMTP_TLS_REJECT_UNAUTHORIZED: ${SMTP_TLS_REJECT_UNAUTHORIZED:-true}
|
||||
SMTP_USER: ${SMTP_USER:-}
|
||||
SMTP_PASS: ${SMTP_PASS:-}
|
||||
EMAIL_FROM: ${EMAIL_FROM:-SkyMoney <noreply@skymoneybudget.com>}
|
||||
EMAIL_BOUNCE_FROM: ${EMAIL_BOUNCE_FROM:-bounces@skymoneybudget.com}
|
||||
EMAIL_REPLY_TO: ${EMAIL_REPLY_TO:-support@skymoneybudget.com}
|
||||
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
Reference in New Issue
Block a user