Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #383 from IBM-Swift/develop
Browse files Browse the repository at this point in the history
Added necessary fields for push in cloud_config.json
  • Loading branch information
tfrank64 authored Feb 10, 2017
2 parents ee51788 + cd77c84 commit 47c48c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BluePic-Server/cloud_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@
"label": "imfpush",
"plan": "Basic",
"credentials": {
"appGuid": "<appGuid>",
"url": "<url>",
"admin_url": "<admin_url>",
"appSecret": "<appSecret>"
"appSecret": "<appSecret>",
"clientSecret": "<clientSecret>"
}
}
],
Expand Down

0 comments on commit 47c48c1

Please sign in to comment.