47 lines
825 B
JSON
47 lines
825 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=AspNetCore.db"
|
|
},
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Email": {
|
|
"From": "",
|
|
"Subject": "",
|
|
"SendGrid": {
|
|
"Username": "",
|
|
"Password": ""
|
|
}
|
|
},
|
|
"Authentication": {
|
|
"Google": {
|
|
"ClientId": "",
|
|
"ClientSecret": ""
|
|
},
|
|
"Facebook": {
|
|
"AppId": "",
|
|
"AppSecret": ""
|
|
},
|
|
"Microsoft": {
|
|
"ClientId": "",
|
|
"ClientSecret": ""
|
|
},
|
|
"Twitter": {
|
|
"ConsumerKey": "",
|
|
"ConsumerSecret": ""
|
|
},
|
|
"Github": {
|
|
"ClientId": "",
|
|
"ClientSecret": ""
|
|
},
|
|
"LinkedIn": {
|
|
"ClientId": "",
|
|
"ClientSecret": ""
|
|
}
|
|
}
|
|
} |