This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package signature
|
||||
|
||||
type SignatureConf struct {
|
||||
AppSecrets map[string]string `yaml:"AppSecrets"`
|
||||
ValidWindowSeconds int64 `yaml:"ValidWindowSeconds"`
|
||||
SkipPrefixes []string `yaml:"SkipPrefixes"`
|
||||
}
|
||||
Reference in New Issue
Block a user