2022-03-28 04:27:07 +00:00
|
|
|
[server]
|
2023-02-04 23:32:36 +00:00
|
|
|
address = "0.0.0.0:8080"
|
|
|
|
worker_id = "pict-rs-1"
|
2022-10-01 00:38:11 +00:00
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[tracing.logging]
|
2023-02-04 23:32:36 +00:00
|
|
|
format = "normal"
|
|
|
|
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]
|
2023-02-04 23:32:36 +00:00
|
|
|
service_name = "pict-rs"
|
|
|
|
targets = "info"
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[old_db]
|
2023-02-04 23:32:36 +00:00
|
|
|
path = "/mnt"
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[media]
|
|
|
|
max_width = 10000
|
|
|
|
max_height = 10000
|
|
|
|
max_area = 40000000
|
|
|
|
max_file_size = 40
|
2022-09-25 23:16:37 +00:00
|
|
|
max_frame_count = 900
|
2022-03-28 04:27:07 +00:00
|
|
|
enable_silent_video = true
|
2022-09-25 23:16:37 +00:00
|
|
|
enable_full_video = false
|
2023-02-04 23:32:36 +00:00
|
|
|
video_codec = "vp9"
|
|
|
|
filters = [
|
|
|
|
"blur",
|
|
|
|
"crop",
|
|
|
|
"identity",
|
|
|
|
"resize",
|
|
|
|
"thumbnail",
|
|
|
|
]
|
2022-03-28 04:27:07 +00:00
|
|
|
skip_validate_imports = false
|
2022-04-06 01:29:30 +00:00
|
|
|
cache_duration = 168
|
2022-03-28 04:27:07 +00:00
|
|
|
|
2023-02-04 23:32:36 +00:00
|
|
|
[media.gif]
|
|
|
|
max_width = 128
|
|
|
|
max_height = 128
|
|
|
|
max_area = 16384
|
2023-02-04 23:52:23 +00:00
|
|
|
max_frame_count = 100
|
2023-02-04 23:32:36 +00:00
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[repo]
|
2023-02-04 23:32:36 +00:00
|
|
|
type = "sled"
|
|
|
|
path = "/mnt/sled-repo"
|
2022-03-28 04:27:07 +00:00
|
|
|
cache_capacity = 67108864
|
|
|
|
|
|
|
|
[store]
|
2023-02-04 23:32:36 +00:00
|
|
|
type = "filesystem"
|
|
|
|
path = "/mnt/files"
|