Initial commit
This commit is contained in:
13
CoreWebAPI1/bin/Release/netcoreapp3.1/appsettings.json
Normal file
13
CoreWebAPI1/bin/Release/netcoreapp3.1/appsettings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DBConnection": "Server=shu00;Database=__Demo;user=sa;password=*shu29;MultipleActiveResultSets=true",
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user