We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535bd6c commit e9bf148Copy full SHA for e9bf148
Web/appsettings.json
@@ -6,5 +6,8 @@
6
"Microsoft.Hosting.Lifetime": "Information"
7
}
8
},
9
- "AllowedHosts": "*"
+ "AllowedHosts": "*",
10
+ "ConnectionStrings": {
11
+ "DefaultDBConnection": "Server=RAIHAN;Database=RepositoryDB;uid=sa;Password=data;"
12
+ }
13
0 commit comments