diff options
author | James Forsyth <jf2512@att.com> | 2019-04-09 21:04:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-09 21:04:15 +0000 |
commit | 4bba3fc57cddd367ee472b2007b37ff568416c7b (patch) | |
tree | 11e6735895967ca4d09213cbc7109a124bf78f26 /aai-traversal/src/main/resources/application.properties | |
parent | 341ccc32f1d6ad31849ccb902e490765643b965d (diff) | |
parent | 4dcbab601ce4d89416193441a0443a717868846c (diff) |
Merge "Update traversal to use schema ingest changes"
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-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 |