on microservice way
This commit is contained in:
parent
8ebed3cda6
commit
cedac41b10
5 changed files with 31 additions and 24 deletions
|
|
@ -121,9 +121,6 @@ json_schema = """
|
|||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"host": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
@ -135,7 +132,6 @@ json_schema = """
|
|||
}
|
||||
},
|
||||
"required": [
|
||||
"active",
|
||||
"host",
|
||||
"pub_port",
|
||||
"sub_port"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue