X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fproperties_simpledemo%2FONAPPORTALSDK%2Fmusic.properties;h=d8278b1aafe3d0be2f3b5ec7fe9a81ec69cf5cb2;hb=59e76e3193db5277dfad12003cbe44cb138947ff;hp=53fddee5e650a67695ab0fda36516d1acb325028;hpb=c4fa171c0cc8f1e227f6042387fdd2c5b56bd2dd;p=portal.git diff --git a/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties b/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties index 53fddee5..d8278b1a 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 @@ -14,7 +16,15 @@ music.serialize.compress = true music.atomic.get = false music.atomic.put = true -cassandra.host=portal.api.simpledemo.onap.org -zookeeper.host=portal.api.simpledemo.onap.org +cassandra.host=portal-cassandra +zookeeper.host=portal-zk cassandra.user=root -cassandra.password=Aa123456 \ No newline at end of file +#cassandra.password=Aa123456 +cassandra.password=rDmtV8/HL+t3SF9SQDZbC8uw2C4cTzuSPtCeLNtXAe8= + +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