Commit 5546828b by bergquist

cfg: adds info about local img uploader to docs

parent 704a198f
...@@ -417,7 +417,7 @@ log_queries = ...@@ -417,7 +417,7 @@ log_queries =
#################################### External image storage ########################## #################################### External image storage ##########################
[external_image_storage] [external_image_storage]
# Used for uploading images to public servers so they can be included in slack/email messages. # Used for uploading images to public servers so they can be included in slack/email messages.
# you can choose between (s3, webdav, gcs, azure_blob) # you can choose between (s3, webdav, gcs, azure_blob, local)
;provider = ;provider =
[external_image_storage.s3] [external_image_storage.s3]
...@@ -442,3 +442,6 @@ log_queries = ...@@ -442,3 +442,6 @@ log_queries =
;account_name = ;account_name =
;account_key = ;account_key =
;container_name = ;container_name =
[external_image_storage.local]
# does not require any configuration
...@@ -766,7 +766,7 @@ Time to live for snapshots. ...@@ -766,7 +766,7 @@ Time to live for snapshots.
These options control how images should be made public so they can be shared on services like slack. These options control how images should be made public so they can be shared on services like slack.
### provider ### provider
You can choose between (s3, webdav, gcs, azure_blob). If left empty Grafana will ignore the upload action. You can choose between (s3, webdav, gcs, azure_blob, local). If left empty Grafana will ignore the upload action.
## [external_image_storage.s3] ## [external_image_storage.s3]
......
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