16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"RabbitMQ": {
|
|
"Host": "localhost",
|
|
"VirtualHost": "/",
|
|
"Username": "guest",
|
|
"Password": "guest"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|