Skip to content

Commit 2d84b80

Browse files
committed
Define memcached as the default cache driver in production
1 parent d6d3e3c commit 2d84b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/production.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
*/
1616
return [
1717
'cache' => [
18-
'driver' => 'file',
18+
'driver' => 'memcached',
1919
],
2020
];

0 commit comments

Comments
 (0)