summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2025-03-01 15:49:01 +0400
committerLain Soykaf <lain@lain.com>2025-03-01 15:49:01 +0400
commitd6a136f823c6e749e6d2c4a0f80202f0d7c5a960 (patch)
tree765b62067d7845e7e0433580491fb4b6170bc47f /config/test.exs
parent4604f2944e8997b79c683fab95217d551fa83585 (diff)
downloadpleroma-d6a136f823c6e749e6d2c4a0f80202f0d7c5a960.tar.gz
pleroma-d6a136f823c6e749e6d2c4a0f80202f0d7c5a960.zip
Config: Deactivate client api by default
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs
index 6fe84478a..1903ac9ee 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -38,7 +38,10 @@ config :pleroma, :instance,
external_user_synchronization: false,
static_dir: "test/instance_static/"
-config :pleroma, :activitypub, sign_object_fetches: false, follow_handshake_timeout: 0
+config :pleroma, :activitypub,
+ sign_object_fetches: false,
+ follow_handshake_timeout: 0,
+ client_api_enabled: true
# Configure your database
config :pleroma, Pleroma.Repo,