generated from oci/template
merith-tk
6531e9422a
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 5m30s
23 lines
No EOL
614 B
JSON
23 lines
No EOL
614 B
JSON
{
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Debug" ],
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
],
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"System": "Information",
|
|
"Microsoft": "Information",
|
|
"System.Net.Http.HttpClient": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"Headless": {
|
|
"resonitePath": "/data/resonite",
|
|
"assetCleanupInterval": "06:00:00",
|
|
"maxAssetAge": "07:00:00:00"
|
|
}
|
|
} |