summaryrefslogtreecommitdiff
path: root/.config/example.yml
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-05-16 01:07:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-05-16 01:07:32 +0900
commit3f5b96bf629da5f736c09b10058802eed28cca18 (patch)
tree9ee346f40ba93b252396b6b58ce724be54362c7c /.config/example.yml
parentGIFのサムネイルが生成されないのを修正 (diff)
downloadmisskey-3f5b96bf629da5f736c09b10058802eed28cca18.tar.gz
misskey-3f5b96bf629da5f736c09b10058802eed28cca18.tar.bz2
misskey-3f5b96bf629da5f736c09b10058802eed28cca18.zip
Resolve #4928
Diffstat (limited to '.config/example.yml')
-rw-r--r--.config/example.yml55
1 files changed, 0 insertions, 55 deletions
diff --git a/.config/example.yml b/.config/example.yml
index db278ecc27..0babd037c5 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -78,61 +78,6 @@ redis:
# port: 9200
# pass: null
-# ┌────────────────────────────────────┐
-#───┘ File storage (Drive) configuration └──────────────────────
-
-drive:
- storage: 'fs'
-
-# OR
-
-#drive:
-# storage: 'minio'
-# bucket:
-# prefix:
-# config:
-# endPoint:
-# port:
-# useSSL:
-# accessKey:
-# secretKey:
-
-# S3/GCS example
-#
-# * Replace <endpoint> to
-# S3: see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
-# GCS: use 'storage.googleapis.com'
-#
-# * Replace <region> to
-# S3: see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
-# GCS: not needed (just delete the region line)
-#
-#drive:
-# storage: 'minio'
-# bucket: bucket-name
-# prefix: files
-# baseUrl: https://bucket-name.<endpoint>
-# config:
-# endPoint: <endpoint>
-# region: <region>
-# useSSL: true
-# accessKey: XXX
-# secretKey: YYY
-
-# S3/GCS example (with CDN, custom domain)
-#
-#drive:
-# storage: 'minio'
-# bucket: drive.example.com
-# prefix: files
-# baseUrl: https://drive.example.com
-# config:
-# endPoint: <endpoint>
-# region: <region>
-# useSSL: true
-# accessKey: XXX
-# secretKey: YYY
-
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────