Add Sidekiq, configure admin access to Web UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-02 11:44:17 +01:00
parent 4526c941b8
commit 35e2c8cd30
5 changed files with 44 additions and 0 deletions

View File

@@ -39,5 +39,7 @@ module Akkounts
g.fixture_replacement :factory_bot, suffix_factory: 'factory', dir: 'spec/factories'
g.stylesheets false
end
config.active_job.queue_adapter = :sidekiq
end
end