This website requires JavaScript.
Explore
Help
Sign In
smallsolar
/
mastodon
mirror of
https://github.com/mastodon/mastodon.git
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4b9b289e8
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