mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
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