aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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/.