17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"RabbitMQ": {
|
|
"ConnectionString": "amqp://localhost",
|
|
"ClientIdentifier": "SchedulerService"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=FictionArchive_SchedulerService;Username=postgres;password=postgres"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|