Force "Database" as default storage backend
This commit is contained in:
parent
d0536ebea7
commit
b798ca2da6
2 changed files with 24 additions and 0 deletions
|
@ -203,4 +203,11 @@ return [
|
|||
// Used in the admin settings to lock certain features
|
||||
'featurelock' => [
|
||||
],
|
||||
|
||||
// Storage backend configuration
|
||||
'storage' => [
|
||||
// name (String)
|
||||
// The name of the current used backend (default is Database)
|
||||
'name' => 'Database',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue