We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ba055 commit 24f848eCopy full SHA for 24f848e
1 file changed
README.md
@@ -52,7 +52,7 @@ SECRET_KEY="YOURSECRETKEYGOESHERE"
52
53
</details>
54
55
-As early as possible in your application, import and configure dotenv:
+And as early as possible in your application, import and configure dotenv:
56
57
```javascript
58
require('dotenv').config()
@@ -77,6 +77,8 @@ dotenv.config({ path: '/custom/path/to/.env' })
77
78
79
80
+
81
+
82
That's it. `process.env` now has the keys and values you defined in your `.env` file:
83
84
0 commit comments