mirror of https://github.com/waku-org/nwaku.git
chore: enabling rest api as default (#2600)
This commit is contained in:
parent
2c01fa0fe4
commit
6bc79bc739
|
@ -409,9 +409,7 @@ type WakuNodeConf* = object
|
|||
|
||||
## REST HTTP config
|
||||
rest* {.
|
||||
desc: "Enable Waku REST HTTP server: true|false",
|
||||
defaultValue: false,
|
||||
name: "rest"
|
||||
desc: "Enable Waku REST HTTP server: true|false", defaultValue: true, name: "rest"
|
||||
.}: bool
|
||||
|
||||
restAddress* {.
|
||||
|
|
Loading…
Reference in New Issue