do not store fake config in database
This commit is contained in:
parent
78496f271a
commit
050a0ce5ef
|
@ -47,7 +47,7 @@ config :ex_aws, :s3,
|
||||||
scheme: "https://",
|
scheme: "https://",
|
||||||
host: "nyc3.digitaloceanspaces.com"
|
host: "nyc3.digitaloceanspaces.com"
|
||||||
|
|
||||||
config :pleroma, configurable_from_database: true
|
config :pleroma, configurable_from_database: false
|
||||||
|
|
||||||
config :pleroma, Pleroma.Upload, filters: [Pleroma.Upload.Filter.Exiftool, Pleroma.Upload.Filter.AnonymizeFilename]
|
config :pleroma, Pleroma.Upload, filters: [Pleroma.Upload.Filter.Exiftool, Pleroma.Upload.Filter.AnonymizeFilename]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue