Pulled connection string out to appsettings.json file.

This commit is contained in:
Daniel Wathen
2022-12-09 15:04:08 -07:00
parent 43957fe66d
commit 0b28c39b16
4 changed files with 11 additions and 3 deletions

View File

@ -5,6 +5,9 @@
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=Messv01ec.ec.local\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true"
},
"AllowedHosts": "*",
"Serilog": {
"Using": [