summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 9be1c721f..777e49d29 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -503,7 +503,11 @@ config :pleroma, Oban,
transmogrifier: 20,
scheduled_activities: 10,
background: 5,
- attachments_cleanup: 5
+ attachments_cleanup: 5,
+ new_users_digest: 1
+ ],
+ crontab: [
+ {"0 0 * * *", Pleroma.Workers.NewUsersDigestWorker}
]
config :pleroma, :workers,
@@ -578,6 +582,8 @@ config :pleroma, Pleroma.Emails.UserEmail,
text_muted_color: "#b9b9ba"
}
+config :pleroma, Pleroma.Emails.NewUsersDigestEmail, enabled: false
+
config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics"
config :pleroma, Pleroma.ScheduledActivity,