TOML to .env
Convert TOML configuration files to .env format. Nested tables are flattened using dot notation (e.g., database.host). Perfect for passing config to Docker or shell scripts.
How to use
- Paste your TOML content into the left panel, upload a file, or click Example.
- Click Convert to .env or press Ctrl+Enter.
- The .env file appears in the right panel. Use Copy or Download to export.