mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-12 23:43:57 +00:00
9 lines
208 B
TOML
9 lines
208 B
TOML
path = '/mnt'
|
|
addr = '0.0.0.0:8080'
|
|
|
|
[store]
|
|
type = 's3_store'
|
|
bucket_name = 'pict-rs'
|
|
region = 'http://minio:9000'
|
|
access_key = 'XZEZ5B8Y3UCINU1KCVF6'
|
|
secret_key = 'cWbE5LcCK9YH8j1NvhOZocl+vH+b6T5Zvy3z+BZu'
|