mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
ReactJS app is moved to reactjs/dotnet-comment-app. Removed project.lock.json file from source control.
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"CommentsDb": "Server=.;Database=CommentsDb;Integrated Security=true"
|
|
}
|
|
}
|