Updating front end route variable name and default value

This commit is contained in:
ewolinetz 2015-06-16 11:47:55 -05:00
parent af44ac9f34
commit 31f83d3ad0
1 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
"name": "nodejs-route"
},
"spec": {
"host": "${FRONTEND_ROUTE}",
"host": "${APPLICATION_DOMAIN}",
"to": {
"kind": "Service",
"name": "nodejs-frontend"
@ -180,9 +180,9 @@
"description": "Set this to the relative path to your project if it is not in the root of your repository"
},
{
"name": "FRONTEND_ROUTE",
"name": "APPLICATION_DOMAIN",
"description": "The exposed hostname that will route to the Node.js service",
"value": "nodejs.app"
"value": "nodejs-example.openshiftapps.com"
},
{
"name": "GITHUB_WEBHOOK_SECRET",