Skip to content

Commit

Permalink
chore: enabling rest api as default (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Apr 23, 2024
1 parent 2c01fa0 commit 6bc79bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions waku/factory/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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* {.
Expand Down

0 comments on commit 6bc79bc

Please sign in to comment.