on microservice way

This commit is contained in:
Yax 2018-01-20 10:03:41 +01:00
parent 754c37a373
commit cfeabafefb
5 changed files with 31 additions and 24 deletions

View file

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