2022-03-28 04:27:07 +00:00
|
|
|
[server]
|
|
|
|
address = '0.0.0.0:8080'
|
2022-03-29 18:18:47 +00:00
|
|
|
worker_id = 'pict-rs-1'
|
2022-03-28 04:27:07 +00:00
|
|
|
[tracing.logging]
|
|
|
|
format = 'normal'
|
2022-03-29 01:48:12 +00:00
|
|
|
targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[tracing.console]
|
|
|
|
buffer_capacity = 102400
|
|
|
|
|
|
|
|
[tracing.opentelemetry]
|
|
|
|
service_name = 'pict-rs'
|
|
|
|
targets = 'info'
|
|
|
|
|
|
|
|
[old_db]
|
|
|
|
path = 'data/'
|
|
|
|
|
|
|
|
[media]
|
|
|
|
max_width = 10000
|
|
|
|
max_height = 10000
|
|
|
|
max_area = 40000000
|
|
|
|
max_file_size = 40
|
|
|
|
enable_silent_video = true
|
|
|
|
filters = [
|
2022-03-29 01:48:12 +00:00
|
|
|
'blur',
|
|
|
|
'crop',
|
2022-03-28 04:27:07 +00:00
|
|
|
'identity',
|
|
|
|
'resize',
|
|
|
|
'thumbnail',
|
|
|
|
]
|
|
|
|
skip_validate_imports = false
|
|
|
|
|
|
|
|
[repo]
|
|
|
|
type = 'sled'
|
|
|
|
path = 'data/sled-repo'
|
|
|
|
cache_capacity = 67108864
|
|
|
|
|
|
|
|
[store]
|
|
|
|
type = 'filesystem'
|
|
|
|
path = 'data/files'
|