spring: flyway: locations: classpath:db/migration # Prod DBs created before seeds moved to db/dev-migration still list V2/V4/V6 in history. ignore-migration-patterns: '*:missing' # docker profile disables STARTTLS for Mailpit; prod must re-enable for Resend SMTP. mail: properties: mail.smtp.auth: true mail.smtp.starttls.enable: true mail.smtp.starttls.required: true app: admin: email: ${ADMIN_EMAIL} password: ${ADMIN_PASSWORD} password-reset: expose-token: false email-change: expose-token: false