configuration changes

This commit is contained in:
2021-02-15 19:35:42 +09:00
parent 0aade82862
commit 908197ae07
4 changed files with 8 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ return [
|
*/
'encrypt' => false,
'encrypt' => true,
/*
|--------------------------------------------------------------------------
@@ -124,7 +124,7 @@ return [
'cookie' => env(
'SESSION_COOKIE',
str_slug(env('APP_NAME', 'laravel'), '_').'_session'
str_slug(env('APP_NAME', 'w4rp_services'), '_').'_session'
),
/*
@@ -177,7 +177,7 @@ return [
|
*/
'http_only' => true,
'http_only' => false,
/*
|--------------------------------------------------------------------------