From 376fcab2ca8a2908187bedec732fc99e1f1950c0 Mon Sep 17 00:00:00 2001 From: Ádám Hóka Date: Thu, 31 May 2018 13:15:41 +0200 Subject: Add Azure Blob Storage support Signed-off-by: Adam Hoka --- config.json.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example index 6cd55efb..e07052bd 100644 --- a/config.json.example +++ b/config.json.example @@ -114,6 +114,11 @@ "secretAccessKey": "change this", "region": "change this" }, - "s3bucket": "change this" + "s3bucket": "change this", + "azure": + { + "connectionString": "change this", + "container": "change this" + } } } -- cgit v1.2.3