redis and sidekiq config
This commit is contained in:
13
config/redis.yml
Normal file
13
config/redis.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
default: &default
|
||||
url: redis://localhost:6379
|
||||
db: 0
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
url: redis://127.0.0.1:6379
|
||||
Reference in New Issue
Block a user