Commit 15087554 by bergquist

cfg: remove local as default image uploader

ref #9967
parent 43e6ea95
...@@ -474,7 +474,7 @@ sampler_param = 1 ...@@ -474,7 +474,7 @@ sampler_param = 1
#################################### External Image Storage ############## #################################### External Image Storage ##############
[external_image_storage] [external_image_storage]
# You can choose between (s3, webdav, gcs, azure_blob, local) # You can choose between (s3, webdav, gcs, azure_blob, local)
provider = local provider =
[external_image_storage.s3] [external_image_storage.s3]
bucket_url = bucket_url =
...@@ -501,4 +501,4 @@ account_key = ...@@ -501,4 +501,4 @@ account_key =
container_name = container_name =
[external_image_storage.local] [external_image_storage.local]
# does not require any configuration # does not require any configuration
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment