· 7 years ago · Mar 08, 2018, 11:18 PM
1{
2 "aws": {
3 "Storage": {
4 "User": "",
5 "AccessKey": "",
6 "SecretKey": "",
7 "PrimaryBucket": "",
8 "AlternateBucket": "",
9 "Region": ""
10 }
11 },
12 "azure": {
13 "Storage": {
14 "BlobStorageUri": "",
15 "StorageAccountName": "",
16 "StoragePrimaryKey": "",
17 "StorageContainer": "",
18 "StorageBaseUrl": ""
19 }
20 },
21 "gcp": {
22 "Storage": {
23 "ProjectId": "",
24 "JsonAuthPath": "",
25 "PrimaryBucket": "",
26 "AlternateBucket": ""
27 }
28 }
29}