Skip to content

Commit 17820bf

Browse files
authored
Update appsettings.json
1 parent f2f1d67 commit 17820bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dynamics/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"AllowedHosts": "*",
1111
"ConnectionStrings": {
12-
"DefaultConnection": "Server=(local);Database=DynamicsDatabaseMerged;Trusted_Connection=True;TrustServerCertificate=True;MultipleActiveResultSets=true"
12+
"DefaultConnection": "Server=tcp:dynamics-charity-db.database.windows.net,1433;Initial Catalog=dynamicsdb;Persist Security Info=False;User ID=dynamics;Password=@charityteam123;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
1313
},
1414
"Authentication": {
1515
"Google": {
@@ -32,4 +32,4 @@
3232
"ClientId": "0c2b07a6-7c6b-45e6-82d7-0fb7ed168f9f",
3333
"ApiKey": "f15ae20b-812c-4e76-9dbf-1b396bd40af8"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)