open changes

This commit is contained in:
Arne Moerman
2024-12-15 19:08:25 +01:00
parent 586b3558ae
commit ab68df2184
145 changed files with 7428 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"Authentication": {
"Google": {
"ClientId": "396640764717-ugh7obgucmg799iq6rq1eiqp565m4h6q.apps.googleusercontent.com",
"ClientSecret": "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"
},
"Facebook": {
"ClientId": "437131912442126",
"ClientSecret": "32ef19db9f3ce1de74ad081bf78c09f9"
},
"Microsoft": {
"ClientId": "8b7e3196-224f-4114-acc8-9cffb652a2be",
"ClientSecret": "Mrd8Q~vKEKEch0sfsu2FV5ISfVVbavz3_Px1OcI0" /*id: 5cdb0c5b-b79d-4fcf-bf4a-810d232a1bd5*/
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}