otterscan/cmd/otter/cli/httpcfg/http_cfg.go

19 lines
290 B
Go
Raw Normal View History

2022-10-25 10:20:17 +00:00
package httpcfg
import (
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli/httpcfg"
)
type HttpCfg struct {
httpcfg.HttpCfg
DisableRpcDaemon bool
OtsServerDisable bool
OtsStaticDir string
OtsExternalAssetUrl string
OtsRpcDaemonUrl string
OtsBeaconApiUrl string
}