.env Editor
Visually edit .env environment variable files with grouping, sorting, and export support.
Environment Variables
No environment variables yet. Click "Add Variable" or import a .env file
.env File Content
Import .env File
Usage Guide
File Format
!One key-value pair per line in KEY=VALUE format; lines starting with # are comments; quote values containing spaces or #; keys typically use uppercase letters and underscores
Group Management
Supports five groups: General, Database, API, Service, Other. Generated files are organized by group with group comments. Import auto-detects group comments.
Security Tip
.env files often contain sensitive info (database passwords, API keys, etc.) and should not be committed to version control. Add to .gitignore. All processing is done locally; nothing is uploaded.