Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment'

for SSH keys generation. Issue #154.
This commit is contained in:
Dmitry Khomutov 2018-02-23 11:27:33 +07:00
commit d28d496264
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
5 changed files with 30 additions and 12 deletions

View file

@ -265,6 +265,10 @@ class InstallCommand extends Command
'smtp_password' => null,
'smtp_encryption' => false,
],
'ssh' => [
'strength' => 2048,
'comment' => 'admin@php-censor',
],
'bitbucket' => [
'username' => null,
'app_password' => null,