mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
New minio creds
This commit is contained in:
parent
1662f153ce
commit
3f385c106d
1 changed files with 3 additions and 9 deletions
|
@ -20,13 +20,7 @@ max_height = 10000
|
||||||
max_area = 40000000
|
max_area = 40000000
|
||||||
max_file_size = 40
|
max_file_size = 40
|
||||||
enable_silent_video = true
|
enable_silent_video = true
|
||||||
filters = [
|
filters = ['crop', 'resize', 'thumbnail', 'blur', 'identity']
|
||||||
'crop',
|
|
||||||
'resize',
|
|
||||||
'thumbnail',
|
|
||||||
'blur',
|
|
||||||
'identity',
|
|
||||||
]
|
|
||||||
skip_validate_imports = false
|
skip_validate_imports = false
|
||||||
|
|
||||||
[repo]
|
[repo]
|
||||||
|
@ -38,5 +32,5 @@ cache_capacity = 67108864
|
||||||
type = 'object_storage'
|
type = 'object_storage'
|
||||||
bucket_name = 'pict-rs'
|
bucket_name = 'pict-rs'
|
||||||
region = 'http://minio:9000'
|
region = 'http://minio:9000'
|
||||||
access_key = 'XZEZ5B8Y3UCINU1KCVF6'
|
access_key = 'Q7Z3AY3JO01N27UNH5IR'
|
||||||
secret_key = 'cWbE5LcCK9YH8j1NvhOZocl+vH+b6T5Zvy3z+BZu'
|
secret_key = 'bH3Kj6UVJF+btBtWsExVurN3ukEilC3saECsupzi'
|
||||||
|
|
Loading…
Reference in a new issue