Add .env config details to README
This commit is contained in:
parent
0806bae00e
commit
dc378c494d
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -15,6 +15,16 @@ cd chipchoc
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
...set up the `.env` config file...
|
||||||
|
|
||||||
|
```
|
||||||
|
CHIPCHOC_EMAIL_HOST=mail.example.com
|
||||||
|
CHIPCHOC_EMAIL_PORT=587
|
||||||
|
CHIPCHOC_EMAIL_SECURE=false
|
||||||
|
CHIPCHOC_EMAIL_USER=user@example.com
|
||||||
|
CHIPCHOC_EMAIL_PASSWORD=badexample
|
||||||
|
```
|
||||||
|
|
||||||
...then start [Rollup](https://rollupjs.org):
|
...then start [Rollup](https://rollupjs.org):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue