summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-01-22 15:59:24 -0600
committerMark Felder <feld@FreeBSD.org>2020-01-22 15:59:24 -0600
commite151dea2768d82a07316887e903f7d1bfc2d0963 (patch)
tree06c76d5071cedca63aeb6c1a044f574376129ddc /config/config.exs
parent7c0ac54437e07b85d857700296173035fec5e202 (diff)
parentbe2777715650d0ac80509f0bd22b4cea8641f9b3 (diff)
downloadpleroma-e151dea2768d82a07316887e903f7d1bfc2d0963.tar.gz
pleroma-e151dea2768d82a07316887e903f7d1bfc2d0963.zip
Merge branch 'develop' into feature/new-registrations-digest
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 777e49d29..70b3b87a4 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -112,7 +112,6 @@ config :pleroma, :emoji,
shortcode_globs: ["/emoji/custom/**/*.png"],
pack_extensions: [".png", ".gif"],
groups: [
- # Put groups that have higher priority than defaults here. Example in `docs/config/custom_emoji.md`
Custom: ["/emoji/*.png", "/emoji/**/*.png"]
],
default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json",
@@ -265,7 +264,6 @@ config :pleroma, :instance,
remote_post_retention_days: 90,
skip_thread_containment: true,
limit_to_local_content: :unauthenticated,
- dynamic_configuration: false,
user_bio_length: 5000,
user_name_length: 100,
max_account_fields: 10,
@@ -626,6 +624,8 @@ config :pleroma, :web_cache_ttl,
config :pleroma, :modules, runtime_dir: "instance/modules"
+config :pleroma, configurable_from_database: false
+
config :swarm, node_blacklist: [~r/myhtml_.*$/]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.