aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authoraries <aries@asterism.xyz>2019-06-24 01:28:01 +0900
committeraries <aries@asterism.xyz>2019-06-24 01:28:01 +0900
commit7daaaf84f1ec2f50319bddf9e3fad631b31b6df6 (patch)
treed369d98b5ebeb4ba3ee74185491dca2b296d363e /docs/config.md
parent4bac13966bb73d9c0eb517feb42ccaf809e5404c (diff)
downloadpleroma-7daaaf84f1ec2f50319bddf9e3fad631b31b6df6.tar.gz
Fix markdown mistakes
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md
index 506be32a1..04841a3ad 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -18,7 +18,7 @@ Note: `strip_exif` has been replaced by `Pleroma.Upload.Filter.Mogrify`.
## Pleroma.Uploaders.S3
* `bucket`: S3 bucket name
-* `public_endpoint`: S3 endpoint that the user finally accesses(ex. "https://s3.dualstack.\<region>.amazonaws.com")
+* `public_endpoint`: S3 endpoint that the user finally accesses(ex. "https://s3.dualstack.ap-northeast-1.amazonaws.com)
* `truncated_namespace`: If you use S3 compatible service such as Digital Ocean Spaces or CDN, set folder name or "" etc.
For example, when using CDN to S3 virtual host format, set "".
At this time, write CNAME to CDN in public_endpoint.