Skip to content

Commit b0e3bfc

Browse files
author
Musa Demir
committed
update connection string
1 parent 9054f30 commit b0e3bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"Default": "Server=(localdb)\\MSSQLLocalDB; Database=AbpProjectNameDb; Trusted_Connection=True;"
3+
"Default": "Server=localhost; Database=AbpProjectNameDb; Trusted_Connection=True;"
44
},
55
"Authentication": {
66
"JwtBearer": {

0 commit comments

Comments
 (0)