Skip to content

Commit

Permalink
Security salt in sub array
Browse files Browse the repository at this point in the history
  • Loading branch information
hakito committed May 18, 2020
1 parent f12b1dc commit d800661
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/config/app.php
Expand Up @@ -8,7 +8,7 @@
use Cake\Log\Engine\FileLog;
use Cake\Mailer\Transport\MailTransport;

return
return
[
'App' => ['namespace' => 'EpsBankTransfer\Test\TestApp'],

Expand Down Expand Up @@ -68,5 +68,7 @@

],

'Security.salt' => 'DO NOT USE THIS KEY IN PRODUCTION ENVIRONMENT'
'Security' => [
'salt' => 'DO NOT USE THIS KEY IN PRODUCTION ENVIRONMENT'
]
];

0 comments on commit d800661

Please sign in to comment.