25 lines
937 B
JSON
25 lines
937 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
//"LogLevel": {
|
|
// "Default": "Debug",
|
|
// "Microsoft": "Information",
|
|
// "Microsoft.AspNetCore.SignalR": "Debug",
|
|
// "Microsoft.AspNetCore.Http.Connections": "Debug",
|
|
// "System": "Information"
|
|
//}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Tags": {
|
|
"DefaultSearch": "##"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=SQL2016DEV;Database=MoonPro_PROG;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Prog;",
|
|
"Mp.Prog": "Server=SQL2016DEV;Database=MoonPro_PROG;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Prog;",
|
|
"Redis": "localhost:6379"
|
|
}
|
|
} |