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

13 lines
365 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": "D:\\tmp\\logging\\MesaReportingServices\\API"
}