Skip to content
Snippets Groups Projects
Commit 28afcb7c authored by minibikini's avatar minibikini
Browse files

move defaults from sample_config.exs to config.exs

parent 48591aab
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,8 @@
],
finmoji_enabled: true,
mrf_transparency: true,
autofollowed_nicknames: []
autofollowed_nicknames: [],
max_pinned_statuses: 1
config :pleroma, :markup,
# XXX - unfortunately, inline images must be enabled by default right now, because
......
......@@ -14,8 +14,7 @@ config :pleroma, :instance,
email: "<%= email %>",
limit: 5000,
registrations_open: true,
dedupe_media: false,
max_pinned_statuses: 1
dedupe_media: false
config :pleroma, :media_proxy,
enabled: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment