Skip to content

Commit

Permalink
Update dab-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-rb authored Oct 18, 2024
1 parent 9836919 commit f0dce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dab-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data-source": {
"database-type": "mssql",
"connection-string": "Server=tcp:crudcook.database.windows.net,1433;Initial Catalog=AdventureWorks;Persist Security Info=False;User ID={your_username};Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password";"
"connection-string": "Server=tcp:crudcook.database.windows.net,1433;Initial Catalog=AdventureWorks;Persist Security Info=False;User ID=newuser29;Password=Crudcook@123;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password";"
},
"entities": {
"SalesOrderDetail": {
Expand Down

0 comments on commit f0dce5d

Please sign in to comment.