Skip to content

Commit 81ff315

Browse files
committed
Update data and Settings
1 parent 349f271 commit 81ff315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AlbumViewerNetCore/albums.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@
21392139
"Artist": {
21402140
"Id": 33,
21412141
"ArtistName": "Anti-Trust",
2142-
"Description": "Anti-Trust is a side project by ex-Attitude Adjustment members Chris Kontos, Rick Strahl and Andy Andersen. \nThis collaboration produced a handful of songs that were garage recorded in Oakland, CA and Maui, HI in 2001 and 2002 by Rick and Chris. Several additional songs were recorded in late 2020 and early 2021 which resulted in a the songs being officially put out and released online and in album form.\n\nAnti-Trust's music features diverse influences from old school hardcore punk rock, metal cross over and NWOFBHM, all driven by heavy guitar rhythms and catchy choruses with a unique and edgy sound.",
2142+
"Description": "Anti-Trust is a side project by ex-Attitude Adjustment members Chris Kontos, Rick Strahl and Andy Andersen. This collaboration produced a handful of songs that were garage recorded in Oakland, CA and Maui, HI in 2001 and 2002 by Rick and Chris. Several additional songs were recorded in late 2020 and early 2021 which resulted in a the songs being officially put out and released online and in album form.\n\nAnti-Trust's music features diverse influences from old school hardcore punk rock, metal cross over and NWOFBHM, all driven by heavy guitar rhythms and catchy choruses with a unique and edgy sound.",
21432143
"ImageUrl": "https://anti-trust.rocks/images/Photo6.jpg",
21442144
"AmazonUrl": "https://anti-trust.rocks"
21452145
},

src/AlbumViewerNetCore/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Data": {
3-
"useSqLite": "false",
3+
"useSqLite": "true",
44
"SqlServerConnectionString": "server=.;database=AlbumViewer;integrated security=true;MultipleActiveResultSets=true;App=AlbumViewer",
55
"xSqlServerConnectionString": "server=dev.west-wind.com;database=AlbumViewer;uid=albumviewer;pwd=rockon;MultipleActiveResultSets=true;App=AlbumViewer",
66
"LOCAL_SqlServerConnectionString": "server=.;database=AlbumViewer;integrated security=true;MultipleActiveResultSets=true;App=AlbumViewer",

0 commit comments

Comments
 (0)