Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhdk committed Feb 29, 2024
1 parent f860e32 commit 129cc5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions samples/UmbracoV10/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
}
},
"ConnectionStrings": {
"umbracoDbDSN": "Server=.\\SQLExpress;Database=umb10;Integrated Security=true",
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient"
},
"Umbraco": {
"CMS": {
Expand Down
2 changes: 0 additions & 2 deletions samples/UmbracoV12/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@
}
},
"ConnectionStrings": {
"umbracoDbDSN": "Server=.\\SQLExpress;Database=umb12;Integrated Security=true;TrustServerCertificate=true;",
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient"
}
}
2 changes: 0 additions & 2 deletions samples/UmbracoV13/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
}
},
"ConnectionStrings": {
"umbracoDbDSN": "Server=.\\SQLExpress;Database=umb13;Integrated Security=true;TrustServerCertificate=true;",
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient"
},
"Relewise": {
"DatasetId": "<your dataset id here>",
Expand Down

0 comments on commit 129cc5e

Please sign in to comment.