Add config option SignaturePrefix

This commit is contained in:
2021-08-04 21:43:37 +01:00
parent 8677f5bfdd
commit 6cacc65013
4 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ type Config struct {
Services map[string]struct {
Script Command
Secret string
SignaturePrefix string
SignatureHeader string
Tests []Command
}