create-dolittle-microservice
Version:
In Norse mythology, the Vanir are a group of gods associated with health, fertility, wisdom, and the ability to see the future.
23 lines (22 loc) • 428 B
JSON
{
"microserviceId": "{{id}}",
{{#if portal}}
"isRooted": true,
"routeSegment": "",
{{else}}
"isRooted": false,
"routeSegment": "{{lowerCase name}}",
{{/if}}
"port": 3002,
"dolittle": {
"runtime": {
"port": 50057
}
},
"database": {
"name": "read_models_{{lowerCase name}}"
},
"eventStore": {
"name": "event_store_{{lowerCase name}}"
}
}