summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorÁdám Hóka2018-05-31 13:15:41 +0200
committerAdam Hoka2018-06-01 10:07:52 +0200
commit376fcab2ca8a2908187bedec732fc99e1f1950c0 (patch)
treee5244e468e0a3e5ae7bcbccb3051d79c3ab4f045 /config.json.example
parent12ab90020abc8a91f9eb9348ce2748ffa1d29365 (diff)
Add Azure Blob Storage support
Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example7
1 files changed, 6 insertions, 1 deletions
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"
+ }
}
}