Add .env config details to README

This commit is contained in:
Badri Sunderarajan 2021-06-04 23:18:35 +05:30
parent 0806bae00e
commit dc378c494d
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@ cd chipchoc
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):
```bash