Skip to content

Commit 643c8a6

Browse files
committed
Added prod appsettings.
1 parent d512d85 commit 643c8a6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/appsettings.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"Logging": {
33
"IncludeScopes": false,
44
"Debug": {
@@ -11,5 +11,16 @@
1111
"Default": "Warning"
1212
}
1313
}
14+
},
15+
"ConnectionStrings": {
16+
"DefaultConnection": "Server=.\\SQLExpress;Database=AngularASPNETCore2WebApiAuth;Trusted_Connection=True;MultipleActiveResultSets=true"
17+
},
18+
"JwtIssuerOptions": {
19+
"Issuer": "webApi",
20+
"Audience": "http://localhost:5000/"
21+
},
22+
"FacebookAuthSettings": {
23+
"AppId": "1528751870549294",
24+
"AppSecret": "bed77aaafe5c57fc8656c0a1e2533760"
1425
}
1526
}

0 commit comments

Comments
 (0)