diff options
author | 2019-04-09 21:04:30 +0000 | |
---|---|---|
committer | 2019-04-09 21:04:30 +0000 | |
commit | ff3d7893be5cbc83eb1cd3ea2e85b309d799a7fd (patch) | |
tree | c63a28a273c875419a92414c571cb3baf688dd09 /aai-resources/src/main | |
parent | fc5f58e1652c556b608464b3910e50f0db0e8125 (diff) | |
parent | b1b9c418690c09e4ce647cead99afb10a989420c (diff) |
Merge "Update resources to use schema ingest changes"
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 faf07df4..517c6503 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 |