2022-03-28 20:34:36 +00:00
|
|
|
[server]
|
|
|
|
address = '0.0.0.0:8080'
|
|
|
|
[tracing.logging]
|
|
|
|
format = 'normal'
|
|
|
|
targets = 'info'
|
2021-10-29 01:59:11 +00:00
|
|
|
|
2022-03-28 20:34:36 +00:00
|
|
|
[tracing.console]
|
|
|
|
buffer_capacity = 102400
|
2022-03-27 01:45:12 +00:00
|
|
|
|
2022-03-28 20:34:36 +00:00
|
|
|
[tracing.opentelemetry]
|
|
|
|
service_name = 'pict-rs'
|
|
|
|
targets = 'info'
|
2022-03-27 01:45:12 +00:00
|
|
|
|
2022-03-28 20:34:36 +00:00
|
|
|
[old_db]
|
|
|
|
path = '/mnt'
|
2022-03-27 01:45:12 +00:00
|
|
|
|
2022-03-28 20:34:36 +00:00
|
|
|
[media]
|
|
|
|
max_width = 10000
|
|
|
|
max_height = 10000
|
|
|
|
max_area = 40000000
|
|
|
|
max_file_size = 40
|
|
|
|
enable_silent_video = true
|
2022-03-28 21:45:34 +00:00
|
|
|
filters = ['crop', 'resize', 'thumbnail', 'blur', 'identity']
|
2022-03-28 20:34:36 +00:00
|
|
|
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'
|
2022-03-28 21:45:34 +00:00
|
|
|
access_key = 'Q7Z3AY3JO01N27UNH5IR'
|
|
|
|
secret_key = 'bH3Kj6UVJF+btBtWsExVurN3ukEilC3saECsupzi'
|