Skip to content
Snippets Groups Projects
Commit b0108ff2 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

fix cache properties

parent b645d60d
No related branches found
No related tags found
1 merge request!462Fix GC caching, and enable baremetal int tests.
Checking pipeline status
......@@ -43,10 +43,10 @@ partition-auth-enabled=true
oqmDriver=pubsub
# Redis config
redis-host=${REDIS_USER_INFO_HOST:127.0.0.1}
redis-port=${REDIS_USER_INFO_PORT:6379}
redis-password=${REDIS_USER_INFO_PASSWORD:}
redis-with-ssl=${REDIS_USER_INFO_WITH_SSL:false}
redis-host=${REDIS_HOST:127.0.0.1}
redis-port=${REDIS_PORT:6379}
redis-password=${REDIS_PASSWORD:}
redis-with-ssl=${REDIS_WITH_SSL:false}
cache.codec=jackson
propertyResolver.strategy=partition
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment