Skip to content
Snippets Groups Projects
Commit de5bd6fc authored by kaniini's avatar kaniini
Browse files

config: fix up defaults for s3 endpoint configuration

parent 03ecbe04
Branches bugfix/s3-configuration
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ config :pleroma, Pleroma.Upload,
config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
config :pleroma, Pleroma.Uploaders.S3, s3_bucket: nil
config :pleroma, Pleroma.Uploaders.S3,
bucket: nil,
public_endpoint: "https://s3.amazonaws.com"
config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment