Dolittle Server Configuration
A Dolittle bounded context's event horizon's interaction server configuration
| Type | object |
|---|---|
| File match |
**/.dolittle/server.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dolittle-server-configuration/latest.json |
| Source | https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Server/server.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
The event horizon server configuration
Properties
interaction
object
required
The configuration for the interaction server
3 nested properties
enabled
boolean
Whether or not the interaction server is enabled
port
number
The port to use for exposing the interaction server
unixSocket
string
The unix socket to use for exposing the interaction server on
format=uri-reference
management
required