Skip to content

Commit

Permalink
db connection string has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurozturknet authored Nov 17, 2023
1 parent 884f7c9 commit a649da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetCoreSqlDb/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"AZURE_SQL_CONNECTIONSTRING": "Server=(localdb)\\mssqllocaldb;Database=MyDatabaseContext-ca7b86aa-ade2-4db1-a4a9-4dce925cb814;Trusted_Connection=True;MultipleActiveResultSets=true"
"AZURE_SQL_CONNECTIONSTRING": "Data Source=msdocs-core-sql-ozgur-server.database.windows.net,1433;Initial Catalog=msdocs-core-sql-ozgur-database;User ID=msdocs-core-sql-ozgur-server-admin;Password=JY1Y663UAG1N64I3$"
}
}

0 comments on commit a649da9

Please sign in to comment.