diff options
author | 2019-04-11 16:22:48 +0000 | |
---|---|---|
committer | 2019-04-11 16:22:48 +0000 | |
commit | deffc993786bdbafe9e6d5fe63cdce5b58cafe1a (patch) | |
tree | 568c41a72696693d815064be8e301824c6c83585 /aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties | |
parent | 4d7847bbd41b88c65279b25cbec284d8f0a6ef3e (diff) | |
parent | 5b3ccace8082f9ae76a69d8fc96def195c2c3da7 (diff) |
Merge "add v16 to traversal repo"
Diffstat (limited to 'aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties')
-rw-r--r-- | aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties b/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties index a07e985..b94c3b1 100644 --- a/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties +++ b/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties @@ -31,23 +31,23 @@ aai.transaction.logging.get=true aai.transaction.logging.post=true aai.server.url.base=https://localhost:8443/aai/ -aai.server.url=https://localhost:8443/aai/v15/ +aai.server.url=https://localhost:8443/aai/v16/ aai.global.callback.url=https://localhost:8443/aai/ -aai.notification.current.version=v15 +aai.notification.current.version=v16 aai.notificationEvent.default.status=UNPROCESSED aai.notificationEvent.default.eventType=AAI-EVENT aai.notificationEvent.default.domain=devINT1 aai.notificationEvent.default.sourceName=aai aai.notificationEvent.default.sequenceNumber=0 aai.notificationEvent.default.severity=NORMAL -aai.notificationEvent.default.version=v15 +aai.notificationEvent.default.version=v16 # This one lets us enable/disable resource-version checking on updates/deletes aai.resourceversion.enableflag=true # This will specify how deep the stack trace should be logged aai.logging.maxStackTraceEntries=10 -aai.default.api.version=v15 +aai.default.api.version=v16 # Used by Model-processing code aai.model.query.resultset.maxcount=50 |