2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2024-12-25 03:51:24 +00:00

Update dev.toml

This commit is contained in:
asonix 2023-10-03 17:29:05 -05:00
parent 166cde1fc2
commit 40367b65c9

View file

@ -18,7 +18,7 @@ targets = 'info'
path = 'data/' path = 'data/'
[media] [media]
external_validation = "http://localhost:8076" # external_validation = "http://localhost:8076"
max_width = 10000 max_width = 10000
max_height = 10000 max_height = 10000
max_area = 40000000 max_area = 40000000
@ -34,15 +34,15 @@ path = 'data/sled-repo-local'
cache_capacity = 67108864 cache_capacity = 67108864
export_path = "data/exports-local" export_path = "data/exports-local"
[store]
type = 'filesystem'
path = 'data/files-local'
# [store] # [store]
# type = 'object_storage' # type = 'filesystem'
# endpoint = 'http://localhost:3900' # path = 'data/files-local'
# use_path_style = true
# bucket_name = 'pict-rs' [store]
# region = 'garage' type = 'object_storage'
# access_key = 'GK75d220d95cac26da41a574c6' endpoint = 'http://localhost:3900'
# secret_key = '96fa2dc421aaa0026a7e651764958be111fdfdf5260c405b38d85a85f5cd9ea0' use_path_style = true
bucket_name = 'pict-rs'
region = 'garage'
access_key = 'GK2182acf19c2bdb8b9c20e16e'
secret_key = '0072105b8659adc02cce21d9135a88ebc279b3a35e170d23d31c63fb9307a168'