Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 611 Bytes

File metadata and controls

8 lines (8 loc) · 611 Bytes

radar-www2

Front end for simple node app to view issues on github. Communicates with radar API. By default, runs on port 3000

Environmental variables (optional):

  • WWW_PORT: Port used for app (default:3000). Make sure the API gets the change accordingly.
  • API_URL: URL for front end to find API (default:localhost:3001)
  • API_PORT: Alternative to API_URL, port for front end to find API (default:3001)
  • NODE_ENV: Either 'dev' or 'test', modifies status page
  • CONSOLE_LOGLEVEL: Specifies log level for winston console (silly, debug, verbose, info, warn, error). The app only uses info and error messages.