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 HTTP config
|
||||||
rest* {.
|
rest* {.
|
||||||
desc: "Enable Waku REST HTTP server: true|false",
|
desc: "Enable Waku REST HTTP server: true|false", defaultValue: true, name: "rest"
|
||||||
defaultValue: false,
|
|
||||||
name: "rest"
|
|
||||||
.}: bool
|
.}: bool
|
||||||
|
|
||||||
restAddress* {.
|
restAddress* {.
|
||||||
|
|
Loading…
Reference in New Issue