mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 20:54:11 +00:00
- Remove obsolete instruction documents (PROMPT_*.md, SECURITY_FIXES.md) - Update CLAUDE.md with security features, test suite, audit logs - Merge Techstack_Dokumentation into INFRASTRUCTURE.md - Update SECURITY.md with custom login route documentation - Add changelog to TODO.md - Update email service and data masking for SMTP error handling - Extend test coverage for CSRF and data masking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
162 B
Text
5 lines
162 B
Text
DATABASE_URI=mongodb://127.0.0.1/your-database-name
|
|
PAYLOAD_SECRET=YOUR_SECRET_HERE
|
|
|
|
# Prevent actual SMTP calls during tests or CI
|
|
EMAIL_DELIVERY_DISABLED=false
|