'UTC', /* |-------------------------------------------------------------------------- | Docker |-------------------------------------------------------------------------- | | Is the installation running under a Docker container? | */ 'is_docker' => env('DOCKER', false), /* |-------------------------------------------------------------------------- | Beacon |-------------------------------------------------------------------------- | | Has the installation agreed to sending us Beacon data? | | Default: true | */ 'beacon' => env('CACHET_BEACON', true), ];