chore: remove unused setting from external_config.nim (#3004)

This commit is contained in:
Ivan FB 2024-08-29 17:54:37 +02:00 committed by GitHub
parent bd2cf99d7e
commit fd84363ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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." &