Skip to content

Commit

Permalink
chore: remove unused setting from external_config.nim (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status authored Aug 29, 2024
1 parent bd2cf99 commit fd84363
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions waku/factory/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -510,12 +510,6 @@ with the drawback of consuming some more bandwitdh.""",
name: "rest-admin"
.}: bool

restPrivate* {.
desc: "Enable access to REST HTTP Private API: true|false",
defaultValue: false,
name: "rest-private"
.}: bool

restAllowOrigin* {.
desc:
"Allow cross-origin requests from the specified origin." &
Expand Down

0 comments on commit fd84363

Please sign in to comment.