artifacts/oci/dotnetcore-app/appsettings.json
2023-04-23 11:19:17 +08:00

11 lines
298 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Server=(localdb)\\mssqllocaldb;Database=ProductsContext-a6ef76b7-14bd-4fb6-ab66-70e3a3b98f30;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}