summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.exs7
-rw-r--r--config/test.exs2
2 files changed, 9 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index e6a21104c..cd4c8e562 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -222,6 +222,9 @@ config :pleroma, :frontend_configurations,
scopeCopy: true,
subjectLineBehavior: "email",
alwaysShowSubjectInput: true
+ },
+ masto_fe: %{
+ showInstanceSpecificPanel: true
}
config :pleroma, :activitypub,
@@ -352,6 +355,10 @@ config :pleroma, Pleroma.Jobs,
federator_outgoing: [max_jobs: 50],
mailer: [max_jobs: 10]
+config :pleroma, :fetch_initial_posts,
+ enabled: false,
+ pages: 5
+
config :auto_linker,
opts: [
scheme: true,
diff --git a/config/test.exs b/config/test.exs
index fbeba0919..6dfa698c8 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -44,6 +44,8 @@ config :web_push_encryption, :vapid_details,
"BLH1qVhJItRGCfxgTtONfsOKDc9VRAraXw-3NsmjMngWSh7NxOizN6bkuRA7iLTMPS82PjwJAr3UoK9EC1IFrz4",
private_key: "_-XZ0iebPrRfZ_o0-IatTdszYa8VCH1yLN-JauK7HHA"
+config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock
+
config :pleroma, Pleroma.Jobs, testing: [max_jobs: 2]
try do