MXMSConfiguration: Difference between revisions
From MXMS Wiki
Jump to navigationJump to search
| Line 34: | Line 34: | ||
== API configuration == | == API configuration == | ||
<pre> | <pre> | ||
. | .WithAPIConfiguration(i => | ||
{ | { | ||
// Configuration changes here | // Configuration changes here | ||
}) | }) | ||
</pre> | </pre> | ||
Revision as of 06:47, 31 March 2026
Environment configuration
.WithEnvironmentConfiguration(i =>
{
// Configuration changes here
})
Workingdirectory
Logging configuration
.WithLoggingConfiguration(i =>
{
// Configuration changes here
})
Entity store configuration
.WithEntityStoreConfiguration(i =>
{
// Configuration changes here
})
Security configuration
.WithSecurityConfiguration(i =>
{
// Configuration changes here
})
API configuration
.WithAPIConfiguration(i =>
{
// Configuration changes here
})