mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +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/'
|
path = 'data/'
|
||||||
|
|
||||||
[media]
|
[media]
|
||||||
max_width = 10000
|
|
||||||
max_height = 10000
|
|
||||||
max_area = 40000000
|
|
||||||
max_file_size = 40
|
max_file_size = 40
|
||||||
enable_silent_video = true
|
|
||||||
enable_full_video = true
|
|
||||||
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
||||||
skip_validate_imports = false
|
|
||||||
|
[media.video]
|
||||||
|
enable = true
|
||||||
|
allow_audio = true
|
||||||
|
|
||||||
[repo]
|
[repo]
|
||||||
type = 'sled'
|
type = 'sled'
|
||||||
|
|
Loading…
Reference in a new issue