sample config: show how amazon s3 support is activated, including third-party clones like wasabi
This commit is contained in:
parent
4e4b1016ab
commit
e95d958b52
2 changed files with 20 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes
|
|||
|
||||
config :pleroma, Pleroma.Upload,
|
||||
uploads: "uploads",
|
||||
strip_exif: false
|
||||
strip_exif: false,
|
||||
use_s3: false,
|
||||
s3_bucket: nil
|
||||
|
||||
config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue