aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-13 10:44:19 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-13 10:44:19 +0300
commit9615718012ee798f58834572cfe69c468a05027f (patch)
tree55d8d8f0f1ef42d1e7f8096e7f3e44078d96ba8b /README.md
parent8b07446f67a5e68d00725fef37061bc87643beb6 (diff)
Use NPM programmatically to install packages periodically
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 676d02b..cc50851 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,8 @@ Create a file called `.env` in the project directory and add the following field
```
MONGODB_URL=<YOUR MONGO URL WITH AUTH>
-PORT=<YOUR FAVOURITE HTTP PORT>
+PORT=<YOUR FAVOURITE HTTP PORT (default 3000)>
+PACKAGE_POLL_INTERVAL=<PACKAGE POLL INTERVAL IN MILLISECONDS (default 60000)>
```
A great place to host the Mongo instance is https://mlab.com/.