X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fproperties_simpledemo%2FONAPPORTAL%2Fmusic.properties;h=b33ca26975401aaf529bd789916b377a8d028f0c;hb=2845910b34682056c1949f82e39d9205a26554e9;hp=8909044823b2619e20efad5788eb5b0c184eb8ae;hpb=485296388748c1efb5737cf7ae9d4a8254681552;p=portal.git 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