From 40367b65c9a5a337a30357517d05fb40948676e2 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 3 Oct 2023 17:29:05 -0500 Subject: [PATCH] Update dev.toml --- dev.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dev.toml b/dev.toml index 798a25f..43335e7 100644 --- a/dev.toml +++ b/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'