diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-15 12:26:40 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-15 12:26:47 -0400 |
commit | a980a039ed65238d24ffce28df205f47a855d6ad (patch) | |
tree | 5cfdcbd1e548d271f6ec4c1bd226299e2f4c5494 /aai-traversal | |
parent | 3aa1cab0aed348f0790d312715a5fae70f3cabb3 (diff) |
Update the application properties to include
location of stored query
Issue-ID: AAI-1472
Change-Id: If22e15ab9e96da48546acd48796150de6772b3b3
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal')
-rw-r--r-- | aai-traversal/appconfig/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |