diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-16 01:07:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-16 01:07:32 +0900 |
| commit | 3f5b96bf629da5f736c09b10058802eed28cca18 (patch) | |
| tree | 9ee346f40ba93b252396b6b58ce724be54362c7c /.config/example.yml | |
| parent | GIFのサムネイルが生成されないのを修正 (diff) | |
| download | misskey-3f5b96bf629da5f736c09b10058802eed28cca18.tar.gz misskey-3f5b96bf629da5f736c09b10058802eed28cca18.tar.bz2 misskey-3f5b96bf629da5f736c09b10058802eed28cca18.zip | |
Resolve #4928
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 55 |
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 └─────────────────────────────────────────── |