You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/06 22:52:31 UTC

[kibble-scanners] 05/05: add commented out example watson/azure creds

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git

commit 201b8aac2dff7dfd5953e4892b2d8047e4a1a854
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Dec 6 23:52:01 2017 +0100

    add commented out example watson/azure creds
---
 conf/config.yaml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/conf/config.yaml b/conf/config.yaml
index 5765cbd..d835539 100644
--- a/conf/config.yaml
+++ b/conf/config.yaml
@@ -26,3 +26,14 @@ scanner:
     # using the format: $nodeNo/$totalNodes. If there are 4 nodes,
     # each node will gat 1/4th of all jobs to work on.
     #balance:        1/4
+
+# Watson/BlueMix configuration for sentiment analysis, if applicable
+#watson:
+#    username:       uuid-here
+#    password:       pass-here
+#    api:            https://gateway-location.watsonplatform.net/tone-analyzer/api
+
+# Azure Text Analysis API configuration, if applicable
+#azure:
+#    apikey: key-here
+#    location: west-us

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.