mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
11
samples/react/MusicStore/appsettings.json
Executable file
11
samples/react/MusicStore/appsettings.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"DbConnectionString": "Data Source=music-db.sqlite",
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user