pict-rs/docker/object-storage/pict-rs.toml
Aode (lion) 3f385c106d
All checks were successful
continuous-integration/drone/push Build is passing
New minio creds
2022-03-28 16:45:34 -05:00

36 lines
676 B
TOML

[server]
address = '0.0.0.0:8080'
[tracing.logging]
format = 'normal'
targets = 'info'
[tracing.console]
buffer_capacity = 102400
[tracing.opentelemetry]
service_name = 'pict-rs'
targets = 'info'
[old_db]
path = '/mnt'
[media]
max_width = 10000
max_height = 10000
max_area = 40000000
max_file_size = 40
enable_silent_video = true
filters = ['crop', 'resize', 'thumbnail', 'blur', 'identity']
skip_validate_imports = false
[repo]
type = 'sled'
path = '/mnt/sled-repo'
cache_capacity = 67108864
[store]
type = 'object_storage'
bucket_name = 'pict-rs'
region = 'http://minio:9000'
access_key = 'Q7Z3AY3JO01N27UNH5IR'
secret_key = 'bH3Kj6UVJF+btBtWsExVurN3ukEilC3saECsupzi'