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 0f55357 commit 28c5345Copy full SHA for 28c5345
book/006-miscellaneous-tooling.md
@@ -62,7 +62,7 @@ console.log(envs.MY_MISSING_VALUE); // => throws an error
62
If you need to set some default values for your ENV variables, a `Proxy` is a great choice.
63
64
```js
65
-// Oh no! Someone forgot to put in their database username!
+// Oh no! Someone forgot to put in their database URL!
66
process.env = {
67
DB_USERNAME: 'MrBenJ',
68
DB_PASSWORD: '********************'
0 commit comments