Skip to content

Commit

Permalink
fixes #2 | add: updates readme to turn on the consumer engine
Browse files Browse the repository at this point in the history
  • Loading branch information
imsheth committed Jul 14, 2020
1 parent 25141d5 commit 6ffb1bb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# notif-engine
# notif-engine

## Turning on the notif-engine consumer process
```
SESHOST="<amazonses_host>" SESPORT=<amazonses_port> SESISSECURE=<amazonses_is_secure_flag_integer_0_or_1> SESUSER="<amazonses_user>" SESPASS="<amazonses_password>" OSAPPID="<onesignal_appid>" OSAPIKEY="<onesignal_apikey>" MONGOURL="<your_mongourl_or_mongoclusterurls>" node consumer/app.js
```

0 comments on commit 6ffb1bb

Please sign in to comment.