aboutsummaryrefslogtreecommitdiff
path: root/input.go
diff options
context:
space:
mode:
Diffstat (limited to 'input.go')
-rw-r--r--input.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/input.go b/input.go
index 6b3d0e8..12ccf78 100644
--- a/input.go
+++ b/input.go
@@ -42,6 +42,9 @@ type Config struct {
// default to 5
ExecTimeout int64 `toml:"exec_timeout"`
+ // default to false because the content might not be trusted
+ ExecuteFiles bool
+
TLSCert string `toml:"tls_certificate"`
TLSKey string `toml:"tls_key"`
}