diff options
author | Thurloat <thurloat@gmail.com> | 2018-08-28 23:49:23 -0300 |
---|---|---|
committer | Thurloat <thurloat@gmail.com> | 2018-08-28 23:49:23 -0300 |
commit | d424e9fa5f3d0d1ff9e416f6bf548e0e8bb02361 (patch) | |
tree | 04c7480427524089211d70193923e0d1a14bb506 /lib | |
parent | ab9e5d64d6dc6911dadac7219d38f3749971f53c (diff) | |
download | pleroma-d424e9fa5f3d0d1ff9e416f6bf548e0e8bb02361.tar.gz |
fix S3 ref in sample config to generate proper path.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mix/tasks/sample_config.eex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mix/tasks/sample_config.eex b/lib/mix/tasks/sample_config.eex index 3b4953cda..3881ead26 100644 --- a/lib/mix/tasks/sample_config.eex +++ b/lib/mix/tasks/sample_config.eex @@ -29,8 +29,7 @@ config :pleroma, Pleroma.Repo, # The public S3 endpoint is different depending on region and provider, # consult your S3 provider's documentation for details on what to use. # -# config :pleroma, Pleroma.Upload, -# use_s3: true, +# config :pleroma, Pleroma.Uploaders.S3, # bucket: "some-bucket", # public_endpoint: "https://s3.amazonaws.com" # |