mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Update dev.toml
This commit is contained in:
parent
ec6c9aac1e
commit
a32355c064
1 changed files with 4 additions and 6 deletions
10
dev.toml
10
dev.toml
|
@ -18,14 +18,12 @@ targets = 'info'
|
|||
path = 'data/'
|
||||
|
||||
[media]
|
||||
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
|
||||
|
||||
[media.video]
|
||||
enable = true
|
||||
allow_audio = true
|
||||
|
||||
[repo]
|
||||
type = 'sled'
|
||||
|
|
Loading…
Reference in a new issue