From a980a039ed65238d24ffce28df205f47a855d6ad Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 15 Aug 2018 12:26:40 -0400 Subject: [PATCH] Update the application properties to include location of stored query Issue-ID: AAI-1472 Change-Id: If22e15ab9e96da48546acd48796150de6772b3b3 Signed-off-by: Kajur, Harish (vk250x) --- aai-traversal/appconfig/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/aai-traversal/appconfig/application.properties b/aai-traversal/appconfig/application.properties index 3cd69cc..abf8404 100644 --- a/aai-traversal/appconfig/application.properties +++ b/aai-traversal/appconfig/application.properties @@ -44,6 +44,7 @@ schema.configuration.location=N/A schema.source.name=onap schema.nodes.location=${server.local.startpath}/schema/${schema.source.name}/oxm/ schema.edges.location=${server.local.startpath}/schema/${schema.source.name}/dbedgerules/ +schema.queries.location=${server.local.startpath}/schema/${schema.source.name}/query/ schema.ingest.file=${server.local.startpath}/application.properties -- 2.16.6