UNPKG

generator-mediator-java

Version:
34 lines (33 loc) 794 B
{ "urn": "<%= mediatorUUID %>", "version": "0.1.0", "name": "<%= mediatorName %>", "description": "<%= mediatorDesc %>", "endpoints": [ { "name": "<%= mediatorName %> Route", "host": "localhost", "port": "<%= configPort %>", "path": "<%= mediatorRoutePath %>", "type": "http" } ], "defaultChannelConfig": [ { "name": "<%= mediatorName %>", "urlPattern": "^<%= mediatorRoutePath %>$", "type": "http", "allow": ["<%= defaultPermission %>"], "routes": [ { "name": "<%= mediatorName %> Route", "host": "localhost", "port": "<%= configPort %>", "path": "<%= mediatorRoutePath %>", "type": "http", "primary": "true" } ] } ] }