diff options
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" + } } } |