summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2019-05-13 18:35:45 +0000
committerkaniini <nenolod@gmail.com>2019-05-13 18:35:45 +0000
commita2be420f940fb8f181feeb9b0fb9759d433dcae1 (patch)
tree523d1f1cfa399f4ee6d841ba3098ecd87d8e67e7 /config/config.exs
parent5a4d55cf910f85b07f111972647a8b4410b5eb6b (diff)
downloadpleroma-a2be420f940fb8f181feeb9b0fb9759d433dcae1.tar.gz
pleroma-a2be420f940fb8f181feeb9b0fb9759d433dcae1.zip
differences_in_mastoapi_responses.md: fullname & bio are optionnal
[ci skip]
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 1e64b79a7..e8aad855c 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -234,6 +234,8 @@ config :pleroma, :instance,
safe_dm_mentions: false,
healthcheck: false
+config :pleroma, :app_account_creation, enabled: false, max_requests: 5, interval: 1800
+
config :pleroma, :markup,
# XXX - unfortunately, inline images must be enabled by default right now, because
# of custom emoji. Issue #275 discusses defanging that somehow.