Skip to content

Commit e257601

Browse files
authored
chore: dotenv embedded in cliam
1 parent ba4e057 commit e257601

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ Create a *.cliamrc.js* module on the root of your project.
5656
Define a minimalist configuration in *.cliamrc.js* newly created:
5757

5858
```javascript
59-
require('dotenv').config();
60-
6159
module.exports = {
6260
"sandbox": true,
6361
"transporters": [
@@ -88,7 +86,7 @@ module.exports = {
8886
}
8987
```
9088

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.
9290

9391
See [cliamrc configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration-with-cliamrc.js) wiki section for more information about availables options and configurations.
9492

0 commit comments

Comments
 (0)