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 |
IncludeDependabot | No | A boolean to dictate whether or not to include a dependabot configuration file. | true |
The example on the project tutorial covers how to add new bounded contexts.