open changes
This commit is contained in:
23
wishlist/appsettings.Development.json
Normal file
23
wishlist/appsettings.Development.json
Normal 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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user