CADI AAF Integration and merging the code
[portal.git] / deliveries / properties_simpledemo / ONAPPORTAL / music.properties
1 # For API calls
2 #music.version = v2
3 #music.keyspace = keyspaces
4 #music.tables = tables
5 #music.consistency.info = type
6 #music.consistency.info.value = eventual
7 music.cache = false
8
9 music.session.keyspace = portal
10 music.session.attr.tables = spring_session_attributes
11 music.session.meta.tables = spring_session
12 music.session.max.inactive.interval.seconds = 1800
13 music.serialize.compress = true
14
15 #By default it's eventual
16 music.atomic.get = false 
17 music.atomic.put = true
18
19 cassandra.host=portal-cassandra
20 zookeeper.host=portal-zk
21 cassandra.user=root
22 #cassandra.password=Aa123456
23 cassandra.password=rDmtV8/HL+t3SF9SQDZbC8uw2C4cTzuSPtCeLNtXAe8=
24
25 music.exclude.api = /portalApi/healthCheck,/portalApi/healthCheckSuspend,/portalApi/healthCheckResume
26
27 #how often the session clean up would happen (hour)
28 music.cleanup.frequency = 6
29 #how old of session need to be cleaned up (hour)
30 music.cleanup.threshold = 10