mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
chore: enabling rest api as default (#2600)
This commit is contained in:
parent
665dd060df
commit
3ef656fc71
@ -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…
x
Reference in New Issue
Block a user