To begin the development server, run npm run nodemon. Otherwise for production, set env vars and then npm start.
NODE_PORTthe port to which we will bind the http serverNODE_APPS_JSONpath to the apps json file (defaults tohttp://data.goddard.com/apps.json)NODE_STATUS_JSONpath to the status json file (defaults tohttp://data.goddard.com/status.json)NODE_BUILD_JSONpath to the build json file (defaults tohttp://data.goddard.com/build.json)NODE_NODE_JSONpath to the node json file (defaults tohttp://data.goddard.com/node.json)NODE_APPS_ROUTEthe path to attach the applications pageNODE_STATUS_ROUTEthe path to attach the status page
NODE_STATUS_ROUTEor/statusstatus page (responds to GET)NODE_APPS_ROUTEor/applications page (responds to all methods)/logaccess logs (responds to GET and DELETE)