Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #169 from watson-developer-cloud/fix-app-push
Browse files Browse the repository at this point in the history
fix: handle RC services in manifest
  • Loading branch information
germanattanasio authored Aug 23, 2018
2 parents ccba67a + 567315c commit c45559b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# service credentials
PERSONALITY_INSIGHTS_USERNAME=<username>
PERSONALITY_INSIGHTS_PASSWORD=<password>
PERSONALITY_INSIGHTS_USERNAME=
PERSONALITY_INSIGHTS_PASSWORD=
PERSONALITY_INSIGHTS_URL=https://gateway.watsonplatform.net/personality-insights/api

PERSONALITY_INSIGHTS_IAM_APIKEY=<iam apikey>
PERSONALITY_INSIGHTS_IAM_APIKEY=
# twitter credentials
# see https://apps.twitter.com/
TWITTER_CONSUMER_KEY=<twitter-consumer-key>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@ See [CONTRIBUTING](CONTRIBUTING.md).
Find more open source projects on the
[IBM Github Page](http://ibm.github.io/).

[service_url]: https://www.ibm.com/watson/services/personality-insights/
[service_url]: https://www.ibm.com/watson/services/personality-insights/
[create_twitter_app]: https://apps.twitter.com/app/new
2 changes: 0 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ applications:
path: .
memory: 256M
instances: 1
services:
- pi-service-demo-korean

0 comments on commit c45559b

Please sign in to comment.