pict-rs/dev.toml

48 lines
991 B
TOML
Raw Normal View History

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'
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_width = 10000
max_height = 10000
max_area = 40000000
max_file_size = 40
enable_silent_video = true
2023-03-10 03:29:56 +00:00
enable_full_video = true
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
2022-03-28 04:27:07 +00:00
skip_validate_imports = false
[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
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'
# [store]
# type = 'object_storage'
# endpoint = 'http://localhost:3900'
# use_path_style = true
# bucket_name = 'pict-rs'
# region = 'garage'
# access_key = 'GK75d220d95cac26da41a574c6'
# secret_key = '96fa2dc421aaa0026a7e651764958be111fdfdf5260c405b38d85a85f5cd9ea0'