c217705eb5
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.
12 lines
227 B
Bash
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
|