You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/07/03 13:23:10 UTC

[knox] branch master updated: KNOX-1916 - Provide default configuration for Hue in topology (#109)

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 51e4363  KNOX-1916 - Provide default configuration for Hue in topology (#109)
51e4363 is described below

commit 51e4363596cebf8fc6ea90b3bfcaf162715dc1ec
Author: jdesjean <jd...@users.noreply.github.com>
AuthorDate: Wed Jul 3 06:23:06 2019 -0700

    KNOX-1916 - Provide default configuration for Hue in topology (#109)
---
 gateway-release/home/conf/topologies/sandbox.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gateway-release/home/conf/topologies/sandbox.xml b/gateway-release/home/conf/topologies/sandbox.xml
index eb885a5..d6a4dbc 100644
--- a/gateway-release/home/conf/topologies/sandbox.xml
+++ b/gateway-release/home/conf/topologies/sandbox.xml
@@ -162,4 +162,8 @@
         <url>http://localhost:8090</url>
     </service>
 
+    <service>
+        <role>HUE</role>
+        <url>http://localhost:8889</url>
+    </service>
 </topology>