21 lines
512 B
JSON
21 lines
512 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"LocalGateways": {
|
|
"ThalosService": "https://localhost:7253/api"
|
|
},
|
|
"Authentication": {
|
|
"Google": {
|
|
"ClientId": "128345072002-mtfdgpcur44o9tbd7q6e0bb9qnp2crfp.apps.googleusercontent.com",
|
|
"ClientSecret": "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",
|
|
"ApplicationName": "Thalos",
|
|
"RedirectUri": "https://localhost:7239/api/v1/Authentication/callback"
|
|
}
|
|
}
|
|
}
|
|
|