Skip to content

Instantly share code, notes, and snippets.

@fazlurr
Created October 2, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fazlurr/e0619b0d189dccdffe73888e5cb746b2 to your computer and use it in GitHub Desktop.
Save fazlurr/e0619b0d189dccdffe73888e5cb746b2 to your computer and use it in GitHub Desktop.
<?php
return [
// ...
'debug_blacklist' => [
'_ENV' => [
'APP_KEY',
'DB_PASSWORD',
'REDIS_PASSWORD',
'MAIL_PASSWORD',
'PUSHER_APP_KEY',
'PUSHER_APP_SECRET',
],
'_SERVER' => [
'APP_KEY',
'DB_PASSWORD',
'REDIS_PASSWORD',
'MAIL_PASSWORD',
'PUSHER_APP_KEY',
'PUSHER_APP_SECRET',
],
'_POST' => [
'password',
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment