summaryrefslogtreecommitdiffstats
path: root/champ-service/appconfig/champ-api.properties
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-03-05 13:33:35 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2018-03-05 15:05:15 +0000
commit234a998a34c44e97533827076a32f8d972fc93da (patch)
tree950712dbbeeacc104708b90c305491db5b0eb689 /champ-service/appconfig/champ-api.properties
parentdca9d698d15f7b2f53ad4941ee8d9306e6ddf17e (diff)
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 <MArrasti@amdocs.com>
Diffstat (limited to 'champ-service/appconfig/champ-api.properties')
-rw-r--r--champ-service/appconfig/champ-api.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/champ-service/appconfig/champ-api.properties b/champ-service/appconfig/champ-api.properties
new file mode 100644
index 0000000..9ad9b33
--- /dev/null
+++ b/champ-service/appconfig/champ-api.properties
@@ -0,0 +1,7 @@
+Replace with your actual properties file. Should contain something like:
+
+keyName=aai-uuid
+sourceOfTruthName=source-of-truth
+createdTsName=aai-created-ts
+lastModTsName=aai-last-mod-ts
+collectionPropertiesKey=properties \ No newline at end of file