diff options
Diffstat (limited to 'aai-resources/appconfig/aaiconfig.properties')
-rw-r--r-- | aai-resources/appconfig/aaiconfig.properties | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/aai-resources/appconfig/aaiconfig.properties b/aai-resources/appconfig/aaiconfig.properties index fb32ac8..bfef486 100644 --- a/aai-resources/appconfig/aaiconfig.properties +++ b/aai-resources/appconfig/aaiconfig.properties @@ -35,13 +35,8 @@ aai.config.checktime=1000 # this could come from siteconfig.pl? aai.config.nodename=AutomaticallyOverwritten - - -aai.auth.cspcookies_on=false -aai.dbmodel.filename=ex5.json - aai.server.url.base=https://aai.api.simpledemo.onap.org:8443/aai/ -aai.server.url=https://aai.api.simpledemo.onap.org:8443/aai/v11/ +aai.server.url=https://aai.api.simpledemo.onap.org:8443/aai/v14/ aai.global.callback.url=https://aai.api.simpledemo.onap.org:8443/aai/ aai.tools.enableBasicAuth=true @@ -54,18 +49,18 @@ aai.keystore.filename=aai_keystore aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 -aai.notification.current.version=v11 +aai.notification.current.version=v14 aai.notificationEvent.default.status=UNPROCESSED aai.notificationEvent.default.eventType=AAI-EVENT aai.notificationEvent.default.domain=dev aai.notificationEvent.default.sourceName=aai aai.notificationEvent.default.sequenceNumber=0 aai.notificationEvent.default.severity=NORMAL -aai.notificationEvent.default.version=v11 +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=v11 +aai.default.api.version=v14 |