/qod-web

Quote of the Day Web tier

Primary LanguageJavaScriptMIT LicenseMIT

qod-web

Quote of the Day web front end

Ports

This web service listens on port 8080. Please set the service for this deployment to use port 8080, and to open any route or ingress to use this port too. This is the default for deployments through OpenShift.

Environment Variables

This deployment requires a single environment variable to access the qod-api deployment:

  • QOD_API_URL - the URL of the API service for the Quote of the Day application, usually 'http://' then the name of the service and the port (ie http://qod-api:8080)