summaryrefslogtreecommitdiff
path: root/c2ec/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'c2ec/config.go')
-rw-r--r--c2ec/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/c2ec/config.go b/c2ec/config.go
index d54cd76..25617ff 100644
--- a/c2ec/config.go
+++ b/c2ec/config.go
@@ -21,6 +21,8 @@ type C2ECServerConfig struct {
UnixSocketPath string `yaml:"unix-socket-path"`
StrictAttestors bool `yaml:"fail-on-missing-attestors"`
CreditAccount string `yaml:"credit-account"`
+ MaxRetries int32 `yaml:"max-retries"`
+ RetryDelayMs int `yaml:"retry-delay-ms"`
WireGateway C2ECWireGatewayConfig `yaml:"wire-gateway"`
}