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'
|
2023-07-06 00:06:48 +00:00
|
|
|
api_key = 'api-key'
|
|
|
|
|
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_file_size = 40
|
2022-04-06 02:47:35 +00:00
|
|
|
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
2023-07-14 00:22:15 +00:00
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.image.quality]
|
|
|
|
avif = 50
|
|
|
|
png = 50
|
|
|
|
jpeg = 75
|
|
|
|
jxl = 50
|
|
|
|
webp = 60
|
|
|
|
|
2023-07-14 00:56:56 +00:00
|
|
|
[media.animation]
|
|
|
|
max_width = 2000
|
|
|
|
max_height = 2000
|
|
|
|
max_area = 2000000
|
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.animation.quality]
|
|
|
|
apng = 50
|
|
|
|
avif = 50
|
|
|
|
webp = 60
|
|
|
|
|
2023-07-14 00:22:15 +00:00
|
|
|
[media.video]
|
|
|
|
enable = true
|
|
|
|
allow_audio = true
|
2022-03-28 04:27:07 +00:00
|
|
|
|
2023-07-17 22:47:16 +00:00
|
|
|
[media.video.quality]
|
|
|
|
crf_240 = 37
|
|
|
|
crf_360 = 36
|
|
|
|
crf_480 = 33
|
|
|
|
crf_720 = 32
|
|
|
|
crf_1080 = 31
|
|
|
|
crf_1440 = 24
|
|
|
|
crf_2160 = 15
|
|
|
|
crf_max = 12
|
|
|
|
|
2022-03-28 04:27:07 +00:00
|
|
|
[repo]
|
|
|
|
type = 'sled'
|
2023-03-10 02:07:19 +00:00
|
|
|
path = 'data/sled-repo-local'
|
2022-03-28 04:27:07 +00:00
|
|
|
cache_capacity = 67108864
|
2023-07-08 22:35:57 +00:00
|
|
|
export_path = "data/exports-local"
|
2022-03-28 04:27:07 +00:00
|
|
|
|
|
|
|
[store]
|
|
|
|
type = 'filesystem'
|
2023-03-10 02:07:19 +00:00
|
|
|
path = 'data/files-local'
|
2023-07-07 17:30:22 +00:00
|
|
|
|
|
|
|
# [store]
|
|
|
|
# type = 'object_storage'
|
|
|
|
# endpoint = 'http://localhost:3900'
|
|
|
|
# use_path_style = true
|
|
|
|
# bucket_name = 'pict-rs'
|
|
|
|
# region = 'garage'
|
|
|
|
# access_key = 'GK75d220d95cac26da41a574c6'
|
|
|
|
# secret_key = '96fa2dc421aaa0026a7e651764958be111fdfdf5260c405b38d85a85f5cd9ea0'
|