This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
mastodon
mirror of
https://github.com/tootsuite/mastodon
Watch
1
Star
1
Fork
You've already forked mastodon
0
Code
Issues
Releases
Wiki
Activity
447cfef62d
mastodon
/
config
/
initializers
/
redis.rb
2 lines
92 B
Ruby
Raw
Blame
History
$redis
=
Redis
.
new
(
host
:
ENV
[
'REDIS_HOST'
]
||
'localhost'
,
port
:
ENV
[
'REDIS_PORT'
]
||
6379
)
Reference in New Issue
View Git Blame
Copy Permalink