Files
JavaScriptServices/samples/react/MusicStore/appsettings.json
2016-02-05 23:28:13 +00:00

12 lines
222 B
JSON
Executable File

{
"DbConnectionString": "Data Source=music-db.sqlite",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning",
"System": "Information",
"Microsoft": "Information"
}
}
}