1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-25 03:58:29 +09:00
YuruToot/config/initializers/redis.rb

2 lines
92 B
Ruby
Raw Normal View History

$redis = Redis.new(host: ENV['REDIS_HOST'] || 'localhost', port: ENV['REDIS_PORT'] || 6379)