Skip to content

Commit

Permalink
Update example.yml (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Aug 15, 2022
1 parent 680b9e3 commit 022d256
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .config/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ drive:
# storage: 'minio'
# bucket: <bucket>
# prefix: <prefix>
# baseUrl: <baseUrl>
# config:
# endPoint: <endPoint>
# region: <region>
Expand All @@ -48,6 +49,12 @@ drive:
# setPublicRead: false
# s3ForcePathStyle: true
#
# * baseurl
# If using Proxy or CDN, its URL. (eg: https://media.example.com)
# S3: https://<bucket>.s3.amazonaws.com
# GCS: https://storage.googleapis.com/<bucket>
# Other services: https://s3.example.com/<bucket>
#
# * endPoint
# S3: Leave empty
# GCS: 'storage.googleapis.com'
Expand All @@ -58,12 +65,6 @@ drive:
# Specify a region such like 'xx-east-1'.
# If your service is region independent (eg: GCS/Minio) leave empty or specify 'us-east-1'
#
# * baseurl
# If using Proxy or CDN, its URL. (eg: https://media.example.com)
# S3: https://<bucket>.s3.amazonaws.com
# GCS: https://storage.googleapis.com/<bucket>
# Other services: https://s3.example.com/<bucket>
#
# * useProxy
# Use proxy
#
Expand Down

0 comments on commit 022d256

Please sign in to comment.