5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 08:04:17 +00:00

fix: por alguna razón usamos REDIS_SERVER

This commit is contained in:
f 2024-02-22 17:46:58 -03:00
parent 1404d2006d
commit c415c79c5c
No known key found for this signature in database

View file

@ -38,7 +38,7 @@ class SocialInbox
public_key_url: public_key_url,
private_key_pem: site.private_key_pem,
logger: Rails.logger,
cache_store: :redis
cache_store: HTTParty::Cache::Store::Redis.new(redis_url: ENV['REDIS_SERVER'])
)
end