Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117896046
D4788.1775372356.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
742 B
Referenced Files
None
Subscribers
None
D4788.1775372356.diff
View Options
diff --git a/src/config/cache.php b/src/config/cache.php
--- a/src/config/cache.php
+++ b/src/config/cache.php
@@ -104,6 +104,6 @@
|
*/
- 'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache_'),
+ 'prefix' => env('CACHE_PREFIX', 'laravel_cache_'),
];
diff --git a/src/config/database.php b/src/config/database.php
--- a/src/config/database.php
+++ b/src/config/database.php
@@ -129,7 +129,7 @@
'options' => [
'cluster' => env('REDIS_CLUSTER', 'predis'),
- 'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_') . '_database_'),
+ 'prefix' => env('REDIS_PREFIX', 'laravel_database_'),
],
'default' => [
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 6:59 AM (13 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832693
Default Alt Text
D4788.1775372356.diff (742 B)
Attached To
Mode
D4788: APP_NAME independent redis prefixes
Attached
Detach File
Event Timeline