26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
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": "*",
|
|
"BaseUrl": "https://localhost:44309/",
|
|
"Environment": "Steam DEV",
|
|
"downloadPath": "C:\\Steamware\\installers\\MP",
|
|
"appVers": "stable",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true",
|
|
"MP.Land": "Server=SQL2016DEV;Database=MoonPro;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=MP.Land;",
|
|
"Redis": "localhost:6379,defaultDatabase=1,keepAlive=180,asyncTimeout=5000"
|
|
}
|
|
} |