From 3231b22e2edb44572d34c77e0ed9c2f686b26910 Mon Sep 17 00:00:00 2001 From: "Maharajh, Robby (rx2202)" Date: Mon, 4 Dec 2017 16:51:33 -0500 Subject: Added v12 swagger with bulk add api's Issue-ID: AAI-540 Change-Id: I1aaadbba1236921901e6d5859f0263786e9ab2ae Signed-off-by: Maharajh, Robby (rx2202) --- .../resources/bundleconfig-local/etc/appprops/titan-cached.properties | 4 ++-- .../bundleconfig-local/etc/appprops/titan-realtime.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'aai-core/src') diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties index 84f56d1c..9306199d 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties @@ -23,7 +23,7 @@ query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory -storage.hostname=mtanjv9aads01.nvp.cip.att.com,mtanjv9aads02.nvp.cip.att.com,mtanjv9aads03.nvp.cip.att.com +storage.hostname=localhost #schema.default=none storage.lock.wait-time=300 @@ -36,4 +36,4 @@ cache.db-cache-time = 180000 cache.db-cache-size = 0.3 #load graphson file on startup -load.snapshot.file=false \ No newline at end of file +load.snapshot.file=false diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties index 3ee65306..6e1863b7 100644 --- a/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties +++ b/aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties @@ -23,7 +23,7 @@ query.fast-property=true # the following parameters are not reloaded automatically and require a manual bounce storage.backend=inmemory -storage.hostname=mtanjv9aads01.nvp.cip.att.com,mtanjv9aads02.nvp.cip.att.com,mtanjv9aads03.nvp.cip.att.com +storage.hostname=localhost #schema.default=none storage.lock.wait-time=300 @@ -33,4 +33,4 @@ storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure cache.db-cache = false #load graphson file on startup -load.snapshot.file=false \ No newline at end of file +load.snapshot.file=false -- cgit 1.2.3-korg