21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Novelpia": {
|
|
"Username": "REPLACE_ME",
|
|
"Password": "REPLACE_ME"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=FictionArchive_NovelService;Username=postgres;password=postgres"
|
|
},
|
|
"RabbitMQ": {
|
|
"ConnectionString": "amqp://localhost",
|
|
"ClientIdentifier": "NovelService"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|