30 lines
601 B
Plaintext
30 lines
601 B
Plaintext
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Information",
|
|
"Microsoft.AspNetCore.SpaProxy": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Google": {
|
|
"ClientId": "",
|
|
"ClientSecret": "",
|
|
"ProjectId": "",
|
|
"AuthUri": "",
|
|
"TokenUri": "",
|
|
"AuthProviderX509CertUrl": "",
|
|
"RedirectUris": [
|
|
"https://hutopy.ca",
|
|
"https://hutopy.com",
|
|
"http://localhost"
|
|
],
|
|
"JavascriptOrigins": [
|
|
"https://hutopy.ca",
|
|
"https://hutopy.com",
|
|
"http://localhost"
|
|
]
|
|
}
|
|
}
|
|
|