as is
This commit is contained in:
26
StopShopping.FileApi/appsettings.Template.json
Normal file
26
StopShopping.FileApi/appsettings.Template.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"AppOptions": {
|
||||
"Domain": "DOMAIN"
|
||||
},
|
||||
"Serilog": {
|
||||
"Using": ["Serilog.Sinks.File"],
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore": "Warning"
|
||||
}
|
||||
},
|
||||
"WriteTo": [
|
||||
{
|
||||
"Name": "File",
|
||||
"Args": {
|
||||
"path": "./logs/log-.txt",
|
||||
"rollingInterval": "Day",
|
||||
"outputTemplate": "{Timestamp:HH:mm:ss.fff} [{Level:u3}] {SourceContext} - {Message:lj}{NewLine}{Exception}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user