Skip to content

Commit e9bf148

Browse files
author
raihanM95
committed
Connection Strings
1 parent 535bd6c commit e9bf148

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Web/appsettings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
88
},
9-
"AllowedHosts": "*"
9+
"AllowedHosts": "*",
10+
"ConnectionStrings": {
11+
"DefaultDBConnection": "Server=RAIHAN;Database=RepositoryDB;uid=sa;Password=data;"
12+
}
1013
}

0 commit comments

Comments
 (0)