README.md in jt-rails-toolbox-1.1.5 vs README.md in jt-rails-toolbox-1.2.0
- old
+ new
@@ -45,16 +45,16 @@
### Sidekiq
- configured for `ActiveJob`
- configured to send notification error with Exception Notification
-- 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.
+- redis url is by default `redis://localhost:6379/0` and the namespace is `#{name of your application}` for production and `#{name of your application}-{environment}` for others.
#### Warning
Don't forget to install redis server and to launch sidekiq with:
-`bundle exec sidekiq -q default -q mailers`
+`bundle exec sidekiq -e $RAILS_ENV -q default -q mailers -d -L log/sidekiq.log -P tmp/pids/sidekiq.pid`
### Hostname
- `host` is the hostname of your website, it's used for setting the host when you email
- `asset_host` is the hostname of the assets server. By default equal to `host`.
\ No newline at end of file