23 lines
614 B
JSON
23 lines
614 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"AllowedOrigin": "http://localhost:4321"
|
|
},
|
|
"OIDC": {
|
|
"Authority": "https://auth.orfl.xyz/application/o/fiction-archive/",
|
|
"ClientId": "ldi5IpEidq2WW0Ka1lehVskb2SOBjnYRaZCpEyBh",
|
|
"Audience": "ldi5IpEidq2WW0Ka1lehVskb2SOBjnYRaZCpEyBh",
|
|
"ValidIssuer": "https://auth.orfl.xyz/application/o/fiction-archive/",
|
|
"ValidateIssuer": true,
|
|
"ValidateAudience": true,
|
|
"ValidateLifetime": true,
|
|
"ValidateIssuerSigningKey": true
|
|
}
|
|
}
|