Files
ifb-schulapp/.env.example
T
Simon c217705eb5 docs: add README, LICENSE, .env.example
README in German with universal framing (class, study group, cohort)
rather than INFO1-specific wording. MIT license. Update package.json
with description, keywords, repository URL, proper license field,
start script. Add .env.example documenting required environment
variables.
2026-04-18 11:36:22 +02:00

12 lines
227 B
Bash

# Required
JWT_SECRET=
# Mail (required for email verification and password reset)
RESEND_API_KEY=
MAIL_FROM=noreply@yourdomain.example
MAIL_FROM_NAME=Class Portal
# App
APP_URL=https://yourdomain.example
NODE_ENV=production