23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"Authentication": {
|
|
"Google": {
|
|
"ClientId": "google-clientid",
|
|
"ClientSecret": "google-clientsecret"
|
|
},
|
|
"Facebook": {
|
|
"ClientId": "facebook-clientid",
|
|
"ClientSecret": "facebook-clientsecret"
|
|
},
|
|
"Microsoft": {
|
|
"ClientId": "microsoft-clientid",
|
|
"ClientSecret": "microsoft-clientsecret"
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |