diff options
Diffstat (limited to 'deliveries/properties_simpledemo')
4 files changed, 35 insertions, 15 deletions
diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/music.properties b/deliveries/properties_simpledemo/ONAPPORTAL/music.properties index 89090448..b33ca269 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/music.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/music.properties @@ -1,12 +1,14 @@ -music.version = v2 -music.keyspace = keyspaces +# For API calls +#music.version = v2 +#music.keyspace = keyspaces +#music.tables = tables +#music.consistency.info = type +#music.consistency.info.value = eventual +music.cache = false + music.session.keyspace = portal -music.tables = tables music.session.attr.tables = spring_session_attributes music.session.meta.tables = spring_session -music.consistency.info = type -music.consistency.info.value = eventual -music.cache = false music.session.max.inactive.interval.seconds = 1800 music.serialize.compress = true @@ -17,4 +19,11 @@ music.atomic.put = true cassandra.host=portal-cassandra zookeeper.host=portal-zk cassandra.user=root -cassandra.password=Aa123456
\ No newline at end of file +cassandra.password=Aa123456 + +music.exclude.api = /portalApi/healthCheck,/portalApi/healthCheckSuspend,/portalApi/healthCheckResume + +#how often the session clean up would happen (hour) +music.cleanup.frequency = 6 +#how old of session need to be cleaned up (hour) +music.cleanup.threshold = 10
\ No newline at end of file diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/system.properties b/deliveries/properties_simpledemo/ONAPPORTAL/system.properties index c16c4905..928605c1 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/system.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/system.properties @@ -90,6 +90,8 @@ microservices.widget.local.port = 8082 microservices.m-learn.local.port = 8083 #HALO API enable flag external_access_enable = false +#Widgets upload flag +microservices.widget.upload.flag=true #delete auditlog from number of days ago auditlog_del_day_from = 365 diff --git a/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties b/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties index d78e30e6..a28efe6d 100644 --- a/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties +++ b/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties @@ -1,12 +1,14 @@ -music.version = v2 -music.keyspace = keyspaces +# For API calls +#music.version = v2 +#music.keyspace = keyspaces +#music.tables = tables +#music.consistency.info = type +#music.consistency.info.value = eventual +music.cache = false + music.session.keyspace = portalsdk -music.tables = tables music.session.attr.tables = spring_session_attributes music.session.meta.tables = spring_session -music.consistency.info = type -music.consistency.info.value = eventual -music.cache = false music.session.max.inactive.interval.seconds = 1800 music.serialize.compress = true @@ -17,4 +19,11 @@ music.atomic.put = true cassandra.host=portal-cassandra zookeeper.host=portal-zk cassandra.user=root -cassandra.password=Aa123456
\ No newline at end of file +cassandra.password=Aa123456 + +music.exclude.api = /portalApi/healthCheck,/portalApi/healthCheckSuspend,/portalApi/healthCheckResume + +#how often the session clean up would happen (hour) +music.cleanup.frequency = 6 +#how old of session need to be cleaned up (hour) +music.cleanup.threshold = 10
\ No newline at end of file diff --git a/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties b/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties index e353ace5..547a882c 100644 --- a/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties +++ b/deliveries/properties_simpledemo/ONAPWIDGETMS/application.properties @@ -19,7 +19,7 @@ security.user.name=widget_user security.user.password=ENC(IjywcRnI9+nuVEh9+OFFiRWAjBT1n718) initialization.default.widgets=true -initialization.widgetData.url=http://portal-app:8080/ONAPPORTAL/commonWidgets +initialization.widgetData.url=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/commonWidgets ## Account Basic Authentication Properties account.user.name=portal |