From 5546828b9f81206a2ba079f18f5174a1bb5e07cd Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 22 Jan 2018 11:11:30 +0100 Subject: [PATCH] cfg: adds info about local img uploader to docs --- conf/sample.ini | 5 ++++- docs/sources/installation/configuration.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/sample.ini b/conf/sample.ini index d297d2db66a..59bd5845ffe 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -417,7 +417,7 @@ log_queries = #################################### External image storage ########################## [external_image_storage] # 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 = [external_image_storage.s3] @@ -442,3 +442,6 @@ log_queries = ;account_name = ;account_key = ;container_name = + +[external_image_storage.local] +# does not require any configuration diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 01a26f38b9a..180f7c5c20b 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -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. ### 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]