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