Bump port for new caching instance

This commit is contained in:
Matt-Yorkley
2021-05-29 13:12:18 +01:00
parent 03a078a3a0
commit df9213e812
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Openfoodnetwork::Application.configure do
# Use a different cache store in production
config.cache_store = :redis_cache_store, {
driver: :hiredis,
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6379/0"),
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6380/0"),
reconnect_attempts: 1
}

View File

@@ -44,7 +44,7 @@ Openfoodnetwork::Application.configure do
# Use a different cache store in production
config.cache_store = :redis_cache_store, {
driver: :hiredis,
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6379/0"),
url: ENV.fetch("OFN_REDIS_URL", "redis://localhost:6380/0"),
reconnect_attempts: 1
}