aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-11-28 17:27:31 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2018-11-28 17:27:31 +0000
commitd894ec51a86cfb4d711d3c053d8aa46759584456 (patch)
treec60a1680d735c5c76bc1e9ec625be6140d4b7667 /src/main/resources/application.properties
parent9eb82afe62f6891d1e140fd9003e1ceb7df119ee (diff)
Upgrade version of aai-common
* Configure Spike with schema ingestion beans. * Update OXMModelLoader and EdgeRulesLoader to make use of schema ingestion beans. Here there is an acknowledged awkward marrying of bean creation and static method use. * Update tests to mock schema ingestion beans and organise test resources. Change-Id: I1f043aa5852dbd2737a804ebc282a12afb9fb39f Issue-ID: AAI-1951 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index d5243d2..a205500 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -6,3 +6,6 @@ server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.enabled=true
server.ssl.client-auth=need
server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
+
+schema.ingest.file=${CONFIG_HOME}/schema-ingest.properties
+edgeprops.ingest.file=${CONFIG_HOME}/edgeprops-ingest.properties