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

Commit c45559b

Browse files
Merge pull request #169 from watson-developer-cloud/fix-app-push
fix: handle RC services in manifest
2 parents ccba67a + 567315c commit c45559b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# service credentials
2-
PERSONALITY_INSIGHTS_USERNAME=<username>
3-
PERSONALITY_INSIGHTS_PASSWORD=<password>
2+
PERSONALITY_INSIGHTS_USERNAME=
3+
PERSONALITY_INSIGHTS_PASSWORD=
44
PERSONALITY_INSIGHTS_URL=https://gateway.watsonplatform.net/personality-insights/api
55

6-
PERSONALITY_INSIGHTS_IAM_APIKEY=<iam apikey>
6+
PERSONALITY_INSIGHTS_IAM_APIKEY=
77
# twitter credentials
88
# see https://apps.twitter.com/
99
TWITTER_CONSUMER_KEY=<twitter-consumer-key>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,5 @@ See [CONTRIBUTING](CONTRIBUTING.md).
154154
Find more open source projects on the
155155
[IBM Github Page](http://ibm.github.io/).
156156

157-
[service_url]: https://www.ibm.com/watson/services/personality-insights/
157+
[service_url]: https://www.ibm.com/watson/services/personality-insights/
158+
[create_twitter_app]: https://apps.twitter.com/app/new

manifest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ applications:
55
path: .
66
memory: 256M
77
instances: 1
8-
services:
9-
- pi-service-demo-korean

0 commit comments

Comments
 (0)