Do not generate random salt via CLI installation
This commit is contained in:
parent
899a495f80
commit
62221c05a7
|
|
@ -24,7 +24,6 @@ class BsInstallCommand extends Command
|
|||
if (! $this->getLaravel()->runningUnitTests()) {
|
||||
// @codeCoverageIgnoreStart
|
||||
$this->call('key:generate');
|
||||
$this->call('salt:random');
|
||||
$this->call('jwt:secret', ['--no-interaction' => true]);
|
||||
$this->call('passport:keys', ['--no-interaction' => true]);
|
||||
// @codeCoverageIgnoreEnd
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user