Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment'
for SSH keys generation. Issue #154.
This commit is contained in:
parent
61f512fd22
commit
d28d496264
5 changed files with 30 additions and 12 deletions
|
|
@ -39,6 +39,9 @@ php-censor:
|
|||
log:
|
||||
rotate: true
|
||||
max_files: 10
|
||||
ssh:
|
||||
strength: 4096 # SSH keys strength (default: 2048)
|
||||
comment: admin@php-censor.info # SSH keys comment (default: admin@php-censor)
|
||||
bitbucket:
|
||||
username: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
app_password: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue