refactor: update app starter files to CI4 4.1.2

This commit is contained in:
Yassine Doghri 2021-05-25 10:40:22 +00:00
commit 91a9670e22
No known key found for this signature in database
GPG key ID: 3E7F89498B960C9F
14 changed files with 226 additions and 381 deletions

View file

@ -41,4 +41,16 @@ class Exceptions extends BaseConfig
* Default: APPPATH.'Views/errors'
*/
public string $errorViewPath = APPPATH . 'Views/errors';
/**
* --------------------------------------------------------------------------
* HIDE FROM DEBUG TRACE
* --------------------------------------------------------------------------
* Any data that you would like to hide from the debug trace.
* In order to specify 2 levels, use "/" to separate.
* ex. ['server', 'setup/password', 'secret_token']
*
* @var string[]
*/
public array $sensitiveDataInTrace = [];
}