mirror of
https://github.com/funamitech/mastodon
synced 2024-12-25 03:58:29 +09:00
2 lines
92 B
Ruby
2 lines
92 B
Ruby
|
$redis = Redis.new(host: ENV['REDIS_HOST'] || 'localhost', port: ENV['REDIS_PORT'] || 6379)
|