forked from shibao/cannery
add swoosh and oban
This commit is contained in:
@ -27,3 +27,6 @@ config :logger, level: :warn
|
||||
|
||||
# Initialize plugs at runtime for faster test compilation
|
||||
config :phoenix, :plug_init_mode, :runtime
|
||||
|
||||
# Disable Oban
|
||||
config :cannery, Oban, queues: false, plugins: false
|
||||
|
Reference in New Issue
Block a user