Skip to content

Commit

Permalink
Add connection string to testing database
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 18, 2024
1 parent 2d2af30 commit ab85120
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/DancingGoat-Shopify/appsettings.CI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ConnectionStrings": {
"CMSConnectionString": "Data Source=localhost;Initial Catalog=XByK_DancingGoat_Shopify;User Id=sa;Password=Pass@12345;Persist Security Info=False;Connect Timeout=10;Encrypt=False;Current Language=English;TrustServerCertificate=True;"
}
}

0 comments on commit ab85120

Please sign in to comment.