From 234a998a34c44e97533827076a32f8d972fc93da Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Mon, 5 Mar 2018 13:33:35 +0000 Subject: Add champ-service configuration Define environment specific configuration in champ-beans.xml (test-config/champ-service/dynamic/conf/champ-beans.xml): Graph host: key="storage.hostname" value="aai.hbase.simpledemo.onap.org" Graph port: key="storage.hbase.ext.hbase.zookeeper.property.clientPort" value="2181" key="storage.port" value="2181" Event bus host: name="host" value="mr.api.simpledemo.openecomp.org:3904" Change-Id: I7c9c029047dd402dcd4a9d4023c33c532cf07e10 Issue-ID: AAI-815 Signed-off-by: Michael Arrastia --- champ-service/dynamic/conf/champ-beans.xml | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 champ-service/dynamic/conf/champ-beans.xml (limited to 'champ-service/dynamic/conf') diff --git a/champ-service/dynamic/conf/champ-beans.xml b/champ-service/dynamic/conf/champ-beans.xml new file mode 100644 index 0000000..28b4d8c --- /dev/null +++ b/champ-service/dynamic/conf/champ-beans.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg