mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 12:21:43 +00:00
Merge branch 'issue-15109' into production.panel.sutty.nl
This commit is contained in:
commit
6fc43f6e47
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue