More fixes for InstanceStatic
This commit is contained in:
parent
1dd9ba5d6f
commit
b1309bdb40
3 changed files with 66 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ config :pleroma, Pleroma.Upload,
|
|||
filename_display_max_length: 30,
|
||||
default_description: nil,
|
||||
base_url: nil,
|
||||
allowed_mime_types: ["image", "audio", "video"]
|
||||
allowed_mime_types: ["image", "audio", "video", "text"]
|
||||
|
||||
config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue