Storage
Configuration
{
"storage": {
"mimetypes_file": "./mime.types",
"cors": {
"origins": [
"*"
]
},
"disk": {...},
"memory": {...},
"s3": []
}
}CORE_STORAGE_MIMETYPES_FILE="./mime.types"
CORE_STORAGE_CORS_ORIGINS="*"mimetypes_file (string)
cors.origins (array)
Disk
DiskIn-memory
In-memoryS3
S3Last updated
Was this helpful?
