34 lines
977 B
JSON
34 lines
977 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Novelpia": {
|
|
"Username": "REPLACE_ME",
|
|
"Password": "REPLACE_ME"
|
|
},
|
|
"UpdateService": {
|
|
"PendingImageUrl": "https://localhost:7247/api/pendingupload.png"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=FictionArchive_NovelService;Username=postgres;password=postgres"
|
|
},
|
|
"RabbitMQ": {
|
|
"ConnectionString": "amqp://localhost",
|
|
"ClientIdentifier": "NovelService"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"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
|
|
}
|
|
}
|