This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch v1.3.0
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/v1.3.0 by this push:
new e4e6fd7 KNOX-1916 - Provide default configuration for Hue in topology
(#109)
e4e6fd7 is described below
commit e4e6fd7d5b0e27c5cc5e3d793816cad74dcf48f1
Author: jdesjean <[email protected]>
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>