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