Files
mesareportingservices/ReportingServices.API/appsettings.Development.json
2023-01-06 10:30:17 -07:00

13 lines
337 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=MESSV01EC.EC.LOCAL\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
},
"LoggingDirectory": "C:\\tmp\\logging"
}