'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), /* |-------------------------------------------------------------------------- | Templates configurations |-------------------------------------------------------------------------- | | Security fix: now user can provide information which will be included to the Twig sandbox settings | | Default: Described below | */ 'twig' => [ 'methods' => [], 'functions' => [], 'filters' => ['escape'], 'tags' => ['if'], 'props' => [], ], ];