README.md in jt-rails-toolbox-1.1.3 vs README.md in jt-rails-toolbox-1.1.4
- old
+ new
@@ -45,10 +45,10 @@
### Sidekiq
- configured for `ActiveJob`
- configured to send notification error with Exception Notification
-- redis url is by default `"redis://localhost:6379/#{name of your application}"`
+- redis url is by default `"redis://localhost:6379/#{name of your application}"` for production and `"redis://localhost:6379/#{name of your application}-{environment}"` for others.
#### Warning
Don't forget to install redis server and to launch sidekiq with:
\ No newline at end of file