fix: No default value for advertise routes
This commit is contained in:
+2
-4
@@ -211,10 +211,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"advertiseRoutes": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"authKey": {
|
||||
"anyOf": [
|
||||
|
||||
Reference in New Issue
Block a user