mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 18:19:56 +00:00
10 lines
208 B
TOML
10 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 = '09ODZ3BGBISV4U92JLIM'
|
||
|
secret_key = 'j35YE9RrxhBP0dpiD5mmdXRXvPkEJR4k6zK12q3o'
|