Zum Inhalt springen

📝 .env.example Generator

Beim Einfügen der eigentlichen <code>.env</code>-Datei werden Werte automatisch durch sichere Platzhalter ersetzt, während Kommentare und Struktur erhalten bleiben, um eine im Git commitbare <code>.env.example</code> zu generieren.

100% Free No signup Browser-only 5 languages Dark mode

🔒 Datenschutz an erster Stelle

📥 Eingabe (.env)

📤 .env.example

➕ Aus Formular hinzufügen

Wählen Sie den KEY-Namen und die Kategorie aus, um zu <code>.env.example</code> hinzuzufügen.

📖 Wie man es benutzt

  1. 1
    Paste your real .env
    Paste your real .env into the left textarea. You can also start from a preset.
  2. 2
    Auto-sanitize
    Keys with PASSWORD/SECRET/TOKEN/KEY become random placeholders; URLs become example.com; ports become typical values like 3000.
  3. 3
    Get a commit-safe file
    Copy the right output, or download as .env.example, then git add and commit.

❓ Häufig gestellte Fragen

Are you absolutely sure my .env is not uploaded?
Yes. Everything is processed in your browser by JavaScript. You can verify zero network requests in the Network tab. If still concerned, you can run it offline.
Which keys are detected as secrets?
Keys whose name contains PASSWORD, SECRET, TOKEN, KEY, API_KEY, PRIVATE, or CREDENTIAL are auto-treated as secrets and replaced with random placeholders.
Are comments and blank lines preserved?
Yes. Section comments and blank lines used for grouping are preserved. Toggle off Keep comments to strip them.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet