xls update

This commit is contained in:
gowthaman.b 2024-03-20 15:09:20 +05:30
parent 9aadfbbd24
commit 09bc25346d

View File

@ -211,7 +211,7 @@ object Session {
return "$entity-${"$s".padStart(10, '0')}"
}
val redisUri = appConfig.redisUri().getOrDefault("redis://localhost:6739/0")
val redisUri = appConfig.redisUri().getOrDefault("redis://localhost:6379/0")
val redis = JedisPooled(redisUri)
init {