pict-rs/docker/object-storage/pict-rs.toml

10 lines
208 B
TOML
Raw Normal View History

2021-10-29 01:59:11 +00:00
path = '/mnt'
addr = '0.0.0.0:8080'
[store]
type = 's3_store'
bucket_name = 'pict-rs'
region = 'http://minio:9000'
2022-03-28 21:44:53 +00:00
access_key = 'Q7Z3AY3JO01N27UNH5IR'
secret_key = 'bH3Kj6UVJF+btBtWsExVurN3ukEilC3saECsupzi'