Extended healthcheck debug in debug mode

This commit is contained in:
Constantin Graf
2024-11-15 13:17:33 +01:00
parent 2cf9b3aa8f
commit 9e77500d94
3 changed files with 73 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ return [
'asset_url' => env('ASSET_URL'),
'force_https' => env('APP_FORCE_HTTPS', false),
'force_https' => (bool) env('APP_FORCE_HTTPS', false),
/*
|--------------------------------------------------------------------------