mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-25 02:51:17 +00:00
Add note about minio to pict-rs.toml
This commit is contained in:
parent
76e3d37009
commit
69e82f3f3f
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ type = "file_store"
|
||||||
#
|
#
|
||||||
# # Required: bucket region
|
# # Required: bucket region
|
||||||
# # environment variable: PICTRS_STORE__REGION
|
# # environment variable: PICTRS_STORE__REGION
|
||||||
# region = 'eu-central-1' # can also be endpoint of local s3 store
|
# #
|
||||||
|
# # can also be endpoint of local s3 store, e.g. 'http://minio:9000'
|
||||||
|
# region = 'eu-central-1'
|
||||||
#
|
#
|
||||||
# # Optional: bucket access key
|
# # Optional: bucket access key
|
||||||
# # environment variable: PICTRS_STORE__ACCESS_KEY
|
# # environment variable: PICTRS_STORE__ACCESS_KEY
|
||||||
|
|
Loading…
Reference in a new issue