filter exif data #187
This commit is contained in:
parent
fc012491a5
commit
cb21bf5fc2
3 changed files with 13 additions and 2 deletions
|
|
@ -10,7 +10,9 @@ config :pleroma, ecto_repos: [Pleroma.Repo]
|
|||
|
||||
config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
|
||||
|
||||
config :pleroma, Pleroma.Upload, uploads: "uploads"
|
||||
config :pleroma, Pleroma.Upload,
|
||||
uploads: "uploads",
|
||||
strip_exif: false
|
||||
|
||||
# Configures the endpoint
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue