diff options
author | Maharajh, Robby (rx2202) <rx2202@att.com> | 2017-12-04 16:51:33 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@att.com> | 2017-12-04 16:51:43 -0500 |
commit | 3231b22e2edb44572d34c77e0ed9c2f686b26910 (patch) | |
tree | 9074757a245d515dd2270ee44f35ec3bc8cd0eb5 /aai-core/src | |
parent | b2690ff073ef14a583ebdfec10792ab5bad59b7f (diff) |
Added v12 swagger with bulk add api's
Issue-ID: AAI-540
Change-Id: I1aaadbba1236921901e6d5859f0263786e9ab2ae
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-core/src')
-rw-r--r-- | aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-cached.properties | 4 | ||||
-rw-r--r-- | aai-core/src/test/resources/bundleconfig-local/etc/appprops/titan-realtime.properties | 4 |
2 files changed, 4 insertions, 4 deletions
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 |