diff options
author | Ádám Hóka | 2018-05-31 13:15:41 +0200 |
---|---|---|
committer | Adam Hoka | 2018-06-01 10:07:52 +0200 |
commit | 376fcab2ca8a2908187bedec732fc99e1f1950c0 (patch) | |
tree | e5244e468e0a3e5ae7bcbccb3051d79c3ab4f045 /config.json.example | |
parent | 12ab90020abc8a91f9eb9348ce2748ffa1d29365 (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.example | 7 |
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" + } } } |