Skip to content

Commit 9748991

Browse files
committed
Docs: Storage: Corrected some typos in the sample JSON configurations.
1 parent 17da330 commit 9748991

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/storage.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,12 @@ Example setup:
333333
"host": "redis.internal.mycompany.com",
334334
"port": 6379,
335335
"keyPrefix": "xyops/",
336-
"keyTemplate": ""
336+
"keyTemplate": "",
337+
"cache": {
338+
"enabled": true,
339+
"maxItems": 100000,
340+
"maxBytes": 104857600
341+
}
337342
},
338343

339344
"Filesystem": {
@@ -379,7 +384,12 @@ Example setup:
379384
"host": "redis.internal.mycompany.com",
380385
"port": 6379,
381386
"keyPrefix": "xyops/",
382-
"keyTemplate": ""
387+
"keyTemplate": "",
388+
"cache": {
389+
"enabled": true,
390+
"maxItems": 100000,
391+
"maxBytes": 104857600
392+
}
383393
},
384394

385395
"AWS": {
@@ -398,11 +408,6 @@ Example setup:
398408
"fileExtensions": true,
399409
"params": {
400410
"Bucket": "YOUR_S3_BUCKET_ID"
401-
},
402-
"cache": {
403-
"enabled": true,
404-
"maxItems": 100000,
405-
"maxBytes": 104857600
406411
}
407412
}
408413
}
@@ -531,11 +536,6 @@ Example setup:
531536
"fileExtensions": true,
532537
"params": {
533538
"Bucket": "YOUR_S3_BUCKET_ID"
534-
},
535-
"cache": {
536-
"enabled": true,
537-
"maxItems": 100000,
538-
"maxBytes": 104857600
539539
}
540540
}
541541
}

0 commit comments

Comments
 (0)