Merge branch 'master' of git.rrerr.net:justask/justask

This commit is contained in:
pixeldesu 2014-12-12 17:44:11 +01:00
commit fb3e85ed51
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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

View File

@ -17,3 +17,5 @@ sharing:
facebook:
enabled: false
# Redis
redis_url: "redis://localhost:6379"