mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
parent
a42acac123
commit
ab4dc1eedd
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
type config struct {
|
||||
KeyID string `flag:"key-id" desc:"Signature key ID"`
|
||||
KeyFile string `flag:"key-file" desc:"Public key file (PEM format)" default:"./key.pem"`
|
||||
KeyFile string `flag:"key-file" desc:"Private key file (PEM format)" default:"./key.pem"`
|
||||
JSON string `flag:"json" desc:"JSON payload"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user