diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 10:44:19 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-13 10:44:19 +0300 |
| commit | 9615718012ee798f58834572cfe69c468a05027f (patch) | |
| tree | 55d8d8f0f1ef42d1e7f8096e7f3e44078d96ba8b /README.md | |
| parent | 8b07446f67a5e68d00725fef37061bc87643beb6 (diff) | |
Use NPM programmatically to install packages periodically
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/. |
