diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-07 19:01:07 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-09 15:22:04 -0400 |
commit | b1b9c418690c09e4ce647cead99afb10a989420c (patch) | |
tree | c24062f08a2b20c9c170ea1540ebeccd8c9f3bb2 /aai-resources/src/main | |
parent | 8e53c7b077c5043f371e19e518256103dce7c13a (diff) |
Update resources to use schema ingest changes
for the application to not start if it doesn't
start properly
Issue-ID: AAI-2329
Change-Id: I2f04282c2faf07de46b4dd6ecf7e494d442bcf87
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-resources/src/main')
-rw-r--r-- | aai-resources/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-resources/src/main/resources/application.properties b/aai-resources/src/main/resources/application.properties index faf07df..517c650 100644 --- a/aai-resources/src/main/resources/application.properties +++ b/aai-resources/src/main/resources/application.properties @@ -77,3 +77,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 |