Added cachet.is_docker if we're running as Docker

This commit is contained in:
James Brooks
2016-08-03 16:52:41 +01:00
parent a09399a878
commit aae5d68c21

View File

@@ -22,4 +22,15 @@ return [
'timezone' => 'UTC', 'timezone' => 'UTC',
/*
|--------------------------------------------------------------------------
| Docker
|--------------------------------------------------------------------------
|
| Is the installation running under a Docker container?
|
*/
'is_docker' => env('DOCKER', false),
]; ];