projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9988d92
)
Consistent comment style for :ex_aws
author
Mark Felder
<feld@feld.me>
Wed, 20 Jan 2021 22:39:39 +0000
(16:39 -0600)
committer
Mark Felder
<feld@feld.me>
Wed, 20 Jan 2021 22:39:39 +0000
(16:39 -0600)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index ef3baed9354042a0af90530b945c5514ee2e6423..dc5964fc904a0739cc184bd14dd349a5ffc6b4eb 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-79,7
+79,7
@@
config :ex_aws, :s3,
# host: "s3.wasabisys.com", # required if not Amazon AWS
access_key_id: nil,
secret_access_key: nil,
- # region:
nil, # example: "us-east-1"
+ # region:
"us-east-1", # may be required for Amazon AWS
scheme: "https://"
config :pleroma, :emoji,