Recent changes

This commit is contained in:
2020-11-02 21:44:05 +00:00
parent 06d1e0ad3f
commit 96aa01b9c6
508 changed files with 333 additions and 79 deletions

18
config/app.php Normal file → Executable file
View File

@@ -46,6 +46,23 @@ return [
*/
'sitehomepage' => env('APP_SITEHOMEPAGE', 'https://google.com'),
/*
|--------------------------------------------------------------------------
| SSL for non-production environments
|--------------------------------------------------------------------------
|
| If you're a developer, and need to use SSL locally for testing,
| enable this setting.
| It forces Laravel to load all assets via HTTPS, even when the environment is
| set to "local". This setting is useless in production because it's already enforced.
| If you don't enable this when using SSL locally, the pages won't load properly.
| If you're a regular user, don't touch this setting.
|
*/
'force_secure' => env('NONPROD_FORCE_SECURE', false),
/*
|--------------------------------------------------------------------------
| Application Environment
@@ -212,6 +229,7 @@ return [
App\Providers\RouteServiceProvider::class,
\App\Providers\MojangStatusProvider::class,
\App\Providers\OptionsProvider::class,
App\Providers\DigitalStorageProvider::class,
],