27 lines
755 B
JSON
27 lines
755 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=FictionArchive_UserService;Username=postgres;password=postgres"
|
|
},
|
|
"RabbitMQ": {
|
|
"ConnectionString": "amqp://localhost",
|
|
"ClientIdentifier": "UserService"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"OIDC": {
|
|
"Authority": "https://auth.orfl.xyz/application/o/fiction-archive/",
|
|
"ClientId": "fictionarchive-api",
|
|
"Audience": "fictionarchive-api",
|
|
"ValidIssuer": "https://auth.orfl.xyz/application/o/fiction-archive/",
|
|
"ValidateIssuer": true,
|
|
"ValidateAudience": true,
|
|
"ValidateLifetime": true,
|
|
"ValidateIssuerSigningKey": true
|
|
}
|
|
}
|