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
166cde1fc2
commit
40367b65c9
1 changed files with 12 additions and 12 deletions
24
dev.toml
24
dev.toml
|
@ -18,7 +18,7 @@ targets = 'info'
|
|||
path = 'data/'
|
||||
|
||||
[media]
|
||||
external_validation = "http://localhost:8076"
|
||||
# external_validation = "http://localhost:8076"
|
||||
max_width = 10000
|
||||
max_height = 10000
|
||||
max_area = 40000000
|
||||
|
@ -34,15 +34,15 @@ 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 = 'GK75d220d95cac26da41a574c6'
|
||||
# secret_key = '96fa2dc421aaa0026a7e651764958be111fdfdf5260c405b38d85a85f5cd9ea0'
|
||||
# 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'
|
||||
|
|
Loading…
Reference in a new issue