Skip to content

Commit

Permalink
Update the message ids for the slackin parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hickeyma committed Oct 3, 2018
1 parent b217089 commit c78578b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bluemix/deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,31 +139,31 @@
"type": "text",
"readonly": false,
"title": {
"$ref": "#/messages/slackTeamId"
"$ref": "#/messages/deploy.slackTeamId"
},
"key": "slack-teamid"
},
{
"type": "password",
"readonly": false,
"title": {
"$ref": "#/messages/slackApiToken"
"$ref": "#/messages/deploy.slackApiToken"
},
"key": "slack-apitoken"
},
{
"type": "password",
"readonly": false,
"title": {
"$ref": "#/messages/captchaSecret"
"$ref": "#/messages/deploy.captchaSecret"
},
"key": "captcha-secret"
},
{
"type": "password",
"readonly": false,
"title": {
"$ref": "#/messages/captchaSiteKey"
"$ref": "#/messages/deploy.captchaSiteKey"
},
"key": "captcha-sitekey"
}
Expand Down

0 comments on commit c78578b

Please sign in to comment.