aliases for mix tasks
[akkoma] / lib / mix / tasks / pleroma / sample_config.eex
index 1c935c0d8a0da7bf239b8b1d8fa0c6fd828bed7e..73d9217be2faa2b23305b72e3812d05ed221c47d 100644 (file)
@@ -13,9 +13,11 @@ config :pleroma, Pleroma.Web.Endpoint,
 config :pleroma, :instance,
   name: "<%= name %>",
   email: "<%= email %>",
+  notify_email: "<%= notify_email %>",
   limit: 5000,
   registrations_open: true,
-  dedupe_media: false
+  dedupe_media: false,
+  dynamic_configuration: <%= db_configurable? %>
 
 config :pleroma, :media_proxy,
   enabled: false,
@@ -75,4 +77,3 @@ config :web_push_encryption, :vapid_details,
 #  storage_url: "https://swift-endpoint.prodider.com/v1/AUTH_<tenant>/<container>",
 #  object_url: "https://cdn-endpoint.provider.com/<container>"
 #
-