The template for the file used when creating a new domain project using the `new:domain` command.
Name | Required | Description | Default |
---|---|---|---|
DomainName | Yes | The name of the domain. | None |
AddGit | No | Settings for git in your project. | true |
BoundedContexts | No | The logical contextual boundaries within your domain. | None |
Messages | No | The MassTransit messages in your project. | None |
AuthServer | No | The auth server of your domain. | None |
The example on the project tutorial covers how to add new bounded contexts.