@@ -235,7 +235,7 @@ config :mobilizon, :anonymous,
|
||||
|
||||
config :mobilizon, Oban,
|
||||
repo: Mobilizon.Storage.Repo,
|
||||
prune: {:maxlen, 10_000},
|
||||
log: false,
|
||||
queues: [default: 10, search: 5, mailers: 10, background: 5]
|
||||
|
||||
config :mobilizon, :rich_media,
|
||||
|
||||
@@ -51,7 +51,7 @@ config :tesla, Mobilizon.Service.HTTP.BaseClient, adapter: Mobilizon.Service.HTT
|
||||
|
||||
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Mock
|
||||
|
||||
config :mobilizon, Oban, queues: false, prune: :disabled, crontab: false
|
||||
config :mobilizon, Oban, queues: false, crontab: false, plugins: false
|
||||
|
||||
config :mobilizon, Mobilizon.Web.Auth.Guardian, secret_key: "some secret"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user