diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-07 19:17:03 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-09 15:22:34 -0400 |
commit | 4dcbab601ce4d89416193441a0443a717868846c (patch) | |
tree | 9072eaf5405724647f1a981105e702fabdd44b53 /aai-traversal/src/main | |
parent | 9b6d782a7a3a06dd0febcfaceb8d0c032e28355c (diff) |
Update traversal to use schema ingest changes
for the application to not start if it doesn't start properly
Issue-ID: AAI-2329
Change-Id: I43a196d08853a6fbb02d715d6ec39b78d6611163
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/main')
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index 48fa5f1..1f57c7d 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -90,3 +90,4 @@ schema.service.ssl.key-store=${server.local.startpath}etc/auth/aai_keystore schema.service.ssl.trust-store=${server.local.startpath}etc/auth/aai_keystore schema.service.ssl.key-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) schema.service.ssl.trust-store-password=password(OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0) +schema.service.versions.override=false |