diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 10:53:54 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 10:53:54 +0000 |
commit | 94ba5a780212920a1d4b303c3523f66ca0147a67 (patch) | |
tree | a64b6c0dc26b6c5bd5ba388dd0bf5edbeacddbd3 /config | |
parent | 6dd1575c64ccc2ffe82155f70935b2aa58d22684 (diff) | |
parent | 2a74565090ebd7107e1419b4a56f6c6aa4a06ea1 (diff) | |
download | pleroma-94ba5a780212920a1d4b303c3523f66ca0147a67.tar.gz |
Merge branch 'exposed-background-image' into 'develop'
InstanceView: Expose background image link.
See merge request pleroma/pleroma!2545
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 8833b3e27..248cf2455 100644 --- a/config/config.exs +++ b/config/config.exs @@ -183,6 +183,7 @@ config :pleroma, :instance, email: "example@example.com", notify_email: "noreply@example.com", description: "A Pleroma instance, an alternative fediverse server", + background_image: "/images/city.jpg", limit: 5_000, chat_limit: 5_000, remote_limit: 100_000, |