mirror of
https://github.com/ChronosX88/InstructorsListAppTA.git
synced 2024-12-04 14:42:18 +00:00
[backend] fix: Fix connection string to M$ SQL Server
This commit is contained in:
parent
b46120ddc5
commit
7d55a9b7a1
@ -6,6 +6,6 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultDatabase": "Server=(localdb)\\mssqllocaldb;Database=instructorsDB;Trusted_Connection=True;"
|
||||
"DefaultDatabase": "Server=localhost;Database=instructorsDB;User Id=instructorsOwner;Password=P@ssW0rd;MultipleActiveResultSets=True;"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user