MCPcopy Create free account
hub / github.com/akash-network/node / InitAppConfig

Function InitAppConfig

cmd/akash/cmd/config.go:20–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18` + wasmtypes.DefaultConfigTemplate()
19
20func InitAppConfig() (string, interface{}) {
21 appCfg := AppConfig{
22 Config: *serverconfig.DefaultConfig(),
23 WasmConfig: wasmtypes.DefaultNodeConfig(),
24 }
25
26 appCfg.MinGasPrices = "0.0025uakt"
27 appCfg.API.Enable = true
28 appCfg.API.Address = "tcp://localhost:1317"
29
30 return AppTemplate, appCfg
31}

Callers 1

NewRootCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected