Fixes #3465 - Migration of webhooks stop unexpectedly.
This commit is contained in:
parent
2e8415d5d0
commit
d25e53fdfb
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Issue3372WebhooksAdminView < ActiveRecord::Migration[5.2]
|
|||
name: "Webhook '#{source}'",
|
||||
endpoint: config['endpoint'],
|
||||
signature_token: config['token'],
|
||||
ssl_verify: config['verify_ssl'],
|
||||
ssl_verify: config['verify_ssl'] || false,
|
||||
active: true,
|
||||
created_by_id: 1,
|
||||
updated_by_id: 1,
|
||||
|
|
Loading…
Reference in a new issue