|
@@ -95,7 +95,7 @@ return [
|
|
| If your page is going to be accessed via https, set it to `true`.
|
|
| If your page is going to be accessed via https, set it to `true`.
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
- 'https' => env('ADMIN_HTTPS', false),
|
|
|
|
|
|
+ 'https' => env('ADMIN_HTTPS', true),
|
|
|
|
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|