提交 47774c53 作者: Matt Bell 提交者: Juan Batiz-Benet

repo/config: Added Gateway options to config

上级 e2be5c20
......@@ -23,6 +23,7 @@ type Config struct {
Version Version // local node's version management
Bootstrap []BootstrapPeer // local nodes's bootstrap peers
Tour Tour // local node's tour position
Gateway Gateway // local node's gateway server options
}
const (
......
package config
// Gateway contains options for the HTTP gateway server.
type Gateway struct {
RootRedirect string
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论