Logo

Configuration

Configure ENVNIX via envnix.config.json


Config file

While ENVNIX works perfectly out of the box with zero configuration, you can customize its default behavior by creating an envnix.config.json file in your project's root directory.

Example Configuration

json
{ "sort": true, "force": false, "watch": false, "inputs": [".env", ".env.production"] }

Options Explained

How is this guide?

Last updated on August 2, 2026