pict-rs/dev.toml
asonix 6c9a50a1ad
All checks were successful
continuous-integration/drone/push Build is passing
Implement constant-time equality for delete tokens, inline alias cleanup
2023-10-04 12:06:20 -05:00

49 lines
1 KiB
TOML

[server]
address = '0.0.0.0:8080'
worker_id = 'pict-rs-1'
api_key = 'api-key'
[tracing.logging]
format = 'normal'
targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'
[tracing.console]
buffer_capacity = 102400
[tracing.opentelemetry]
service_name = 'pict-rs'
targets = 'info'
[old_db]
path = 'data/'
[media]
# external_validation = "http://localhost:8076"
max_width = 10000
max_height = 10000
max_area = 40000000
max_file_size = 40
enable_silent_video = true
enable_full_video = true
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
skip_validate_imports = false
[repo]
type = 'sled'
path = 'data/sled-repo-local'
cache_capacity = 67108864
export_path = "data/exports-local"
[store]
type = 'filesystem'
path = 'data/files-local'
# [store]
# type = 'object_storage'
# endpoint = 'http://localhost:3900'
# use_path_style = true
# bucket_name = 'pict-rs'
# region = 'garage'
# access_key = 'GK2182acf19c2bdb8b9c20e16e'
# secret_key = '0072105b8659adc02cce21d9135a88ebc279b3a35e170d23d31c63fb9307a168'