mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-11 14:39:34 +08:00
update config
This commit is contained in:
parent
a3ea8e3c62
commit
49b7483cdb
@ -161,7 +161,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'secure' => env('SESSION_SECURE_COOKIE', null),
|
||||
'secure' => env('SESSION_SECURE_COOKIE'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -14,8 +14,8 @@ return [
|
||||
*/
|
||||
|
||||
'paths' => [
|
||||
realpath(base_path('resources/views/overrides')),
|
||||
realpath(base_path('resources/views')),
|
||||
resource_path('views/overrides'),
|
||||
resource_path('views'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user