projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab9e5d6
)
fix S3 ref in sample config to generate proper path.
author
Thurloat
<thurloat@gmail.com>
Wed, 29 Aug 2018 02:49:23 +0000
(23:49 -0300)
committer
Thurloat
<thurloat@gmail.com>
Wed, 29 Aug 2018 02:49:23 +0000
(23:49 -0300)
lib/mix/tasks/sample_config.eex
patch
|
blob
|
history
diff --git
a/lib/mix/tasks/sample_config.eex
b/lib/mix/tasks/sample_config.eex
index 3b4953cda9bb1f23a570be6a71eb3c9bbd49c647..3881ead26dacad84a5c5f8d50af6809203ab9d1c 100644
(file)
--- 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"
#