Files
Wishlist/wishlist/appsettings.json
Arne Moerman ab68df2184 open changes
2024-12-15 19:08:25 +01:00

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": "*"
}