Skip to content

Commit 50b2582

Browse files
committed
Revert test config committed to 873711b
1 parent bc2841b commit 50b2582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sprinkle-core/app/config/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* redis are used on the same server.
9090
*/
9191
'cache' => [
92-
'driver' => 'array', // Supported drivers : `file`, `memcached`, `redis`, `array`
92+
'driver' => 'file', // Supported drivers : `file`, `memcached`, `redis`, `array`
9393
'prefix' => 'userfrosting',
9494
'memcached' => [
9595
'host' => '127.0.0.1',
@@ -385,7 +385,7 @@
385385
],
386386
// The default locale to use for non-registered users.
387387
// Browser requested languages might overwrite this value.
388-
'default' => 'fr_FR',
388+
'default' => 'en_US',
389389
],
390390
'title' => 'UserFrosting', // Site display name
391391
// Global ufTable settings

0 commit comments

Comments
 (0)