You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,6 @@ Create a *.cliamrc.js* module on the root of your project.
56
56
Define a minimalist configuration in *.cliamrc.js* newly created:
57
57
58
58
```javascript
59
-
require('dotenv').config();
60
-
61
59
module.exports= {
62
60
"sandbox":true,
63
61
"transporters": [
@@ -88,7 +86,7 @@ module.exports = {
88
86
}
89
87
```
90
88
91
-
:warning:It's strongly advised to use environment secrets to fill in sensible values like api keys. Dotenv is embedded in Cliam, so you can just write an .env file and put Dotenv on the top of your .cliamrc.js.
89
+
It's advised to use environment secrets to fill in sensible values like api keys. Dotenv is embedded in Cliam, so you can just write an .env file with the required keys regarding your *cliamrc.js* definition.
92
90
93
91
See [cliamrc configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration-with-cliamrc.js) wiki section for more information about availables options and configurations.
0 commit comments