28 lines
594 B
JSON
28 lines
594 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"AyCode": {
|
|
"ProjectId": "aad53443-2ee2-4650-8a99-97e907265e4e",
|
|
"Urls": {
|
|
"BaseUrl": "https://localhost:7144",
|
|
"ApiBaseUrl": "https://localhost:7144"
|
|
},
|
|
"Logger": {
|
|
"AppType": "Server",
|
|
"LogLevel": "Detail",
|
|
"LogWriters": [
|
|
{
|
|
"LogLevel": "Detail",
|
|
"LogWriterType": "FruitBank.Common.Server.Services.Loggers.ConsoleLogWriter, FruitBank.Common.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|
|
} |