Skip to content

Commit

Permalink
chore: cliam update (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu authored Mar 1, 2024
1 parent b5ec245 commit 772b08e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Ready to use RESTful API boilerplate builded with [Express.js](http://expressjs.com/en/4x/api.html), [Typescript](https://github.com/Microsoft/TypeScript) [TypeORM](https://github.com/typeorm/typeorm) and [Mocha](https://mochajs.org/). 🤘

Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer: :beer: :beer:
Thanks to Daniel F. Sousa for inspiration with her [Express ES2017 REST API boilerplate](https://github.com/danielfsousa/express-rest-boilerplate) :beer:

## > Features

Expand Down Expand Up @@ -128,11 +128,11 @@ TYPEORM_PWD = ""
TYPEORM_PORT = "3306"
```

### Step 6: setup cliamrc.json
### Step 6: setup cliamrc.js

Transactional emails are send with [cliam](https://github.com/steve-lebleu/cliam). Open the *.cliamrc.json* and fill the [required configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration) according your sending mode. See Cliam official [documentation](https://github.com/steve-lebleu/cliam/wiki) for more information.
Transactional emails are send with [cliam](https://github.com/steve-lebleu/cliam). Open the *.cliamrc.js* and fill the [required configuration](https://github.com/steve-lebleu/cliam/wiki/Configuration-with-cliamrc.js) according your sending mode. See Cliam official [documentation](https://github.com/steve-lebleu/cliam/wiki) for more information.

Sandbox is set to true by default and emails are not send. Pass this value to false when you're ready.
Sandbox is set to true by default.

### Step 7: run

Expand Down Expand Up @@ -220,4 +220,4 @@ More info about [PM2](http://pm2.keymetrics.io/docs/usage/quick-start/) and [PM2

## License

[MIT](/LICENSE)
[MIT](/LICENSE)

0 comments on commit 772b08e

Please sign in to comment.