Skip to content

Commit

Permalink
Updated databe configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
huytruonngg committed Feb 23, 2024
1 parent 095a6a1 commit a936e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mapalyze/Mapalyze/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=DESKTOP-C6GALIC;Database=mapalyze;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
"DefaultConnection": "Server=tcp:mapalyze.database.windows.net,1433;Initial Catalog=MapalyzeDB;Persist Security Info=False;User ID=mapalyze;Password=EECScapstone2024;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
},
"Logging": {
"LogLevel": {
Expand Down

0 comments on commit a936e25

Please sign in to comment.