diff options
author | Lain Soykaf <lain@lain.com> | 2025-03-10 16:48:54 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2025-03-10 16:48:54 +0400 |
commit | b469b9d9d358a30642d1221a01125af9b6399ff4 (patch) | |
tree | 4e26b7b044f8e9667f34ae9349a3946ec2e1dd53 /config/config.exs | |
parent | edcd816730f7961a5072f68fb67c464149e58a6c (diff) | |
download | pleroma-b469b9d9d358a30642d1221a01125af9b6399ff4.tar.gz pleroma-b469b9d9d358a30642d1221a01125af9b6399ff4.zip |
.
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 643f15414..50672cfc8 100644 --- a/config/config.exs +++ b/config/config.exs @@ -65,7 +65,8 @@ config :pleroma, Pleroma.Upload, proxy_remote: false, filename_display_max_length: 30, default_description: nil, - base_url: nil + base_url: nil, + allowed_mime_types: ["image", "audio", "video"] config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads" |