Commit Graph

2 Commits

Author SHA1 Message Date
125267aa85 docs: update .env.example to recommend keygen.sh
Replace manual secret generation instructions with keygen.sh recommendation.

Before:
  # Secrets generieren:
  #   openssl rand -base64 32

After:
  # EMPFOHLEN: Automatische Konfiguration mit:
  #   ./keygen.sh

This makes it clearer that keygen.sh is the preferred way to set up
the environment, as it generates all secrets and creates a complete
.env file automatically.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 23:30:16 +01:00
2624244db0 fix: rename env.example to .env.example for keygen.sh compatibility
The keygen.sh script expects .env.example (with leading dot), not env.example.
This fixes the error when running keygen.sh.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 23:27:31 +01:00