25 lines
433 B
JSON
25 lines
433 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": ""
|
|
},
|
|
"JwtSettings": {
|
|
"SecretKey": "",
|
|
"Issuer": "SPMS",
|
|
"Audience": "SPMS",
|
|
"ExpiryMinutes": 10
|
|
},
|
|
"RabbitMQ": {
|
|
"HostName": "",
|
|
"Port": 0,
|
|
"UserName": "",
|
|
"Password": "",
|
|
"VirtualHost": "/"
|
|
}
|
|
} |