18 lines
499 B
YAML
18 lines
499 B
YAML
active:
|
|
active: true
|
|
name: Production API
|
|
url: https://api.example.com/webhooks
|
|
signing_secret: p94Bx2HjempCdYB4DTyZkY1b
|
|
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
|
|
board: writebook
|
|
account: 37s
|
|
|
|
inactive:
|
|
active: false
|
|
name: Test Webhook
|
|
url: https://test.example.com/webhooks
|
|
signing_secret: H8ms8ADcV92v2x17hnLEiL5m
|
|
subscribed_actions: '<%= %w[ card_published card_assigned card_closed ].to_json %>'
|
|
board: private
|
|
account: 37s
|