config/*: Remove "Heritage" from default env variables.
This commit is contained in:
parent
385e588699
commit
8a99ba772d
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'name' => env('APP_NAME', 'Heritage Bingo'),
|
'name' => env('APP_NAME', 'Bingo'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,6 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'Heritage Bingo'), '_').'_cache'),
|
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'Bingo'), '_').'_cache'),
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Reference in a new issue