diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-07-19 16:52:30 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-07-19 16:52:33 -0400 |
commit | 9d8309b0f53eeb4bda09d60dc070ff308ebe5264 (patch) | |
tree | ae5c10bd5f29f7ccebc396fb7932609f6ac3f5bc /aai-traversal/src/main/resources/etc/appprops | |
parent | ee8444faf7ad83403b64f9627c442dc7351b21ea (diff) |
Update traversal to use v14
Issue-ID: AAI-1395
Change-Id: Ib3db83ca3730b9a37f480faf366cc195d1ce7a52
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/main/resources/etc/appprops')
-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 27ddd76..776ee4b 100644 --- a/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties +++ b/aai-traversal/src/main/resources/etc/appprops/aaiconfig.properties @@ -48,7 +48,7 @@ aai.tools.username=AAI aai.tools.password=AAI aai.server.url.base=https://localhost:8443/aai/ -aai.server.url=https://localhost:8443/aai/v12/ +aai.server.url=https://localhost:8443/aai/v14/ aai.global.callback.url=https://localhost:8443/aai/ aai.auth.cspcookies_on=false @@ -79,18 +79,18 @@ aai.rsync.options.list=-v|-t aai.rsync.remote.user=aaiadmin aai.rsync.enabled=y -aai.notification.current.version=v12 +aai.notification.current.version=v14 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=v12 +aai.notificationEvent.default.version=v14 # This one lets us enable/disable resource-version checking on updates/deletes aai.resourceversion.enableflag=true aai.logging.maxStackTraceEntries=10 -aai.default.api.version=v12 +aai.default.api.version=v14 # Used by Model-processing code aai.model.delete.sleep.per.vtx.msec=500 |