mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 21:36:03 +01:00
7 lines
No EOL
182 B
Ruby
7 lines
No EOL
182 B
Ruby
Sidekiq.configure_server do |config|
|
|
config.redis = { url: APP_CONFIG['redis_url'] }
|
|
end
|
|
|
|
Sidekiq.configure_client do |config|
|
|
config.redis = { url: APP_CONFIG['redis_url'] }
|
|
end |