54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;",
|
|
"RedisConnection": "parr-redis:6379"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "log/log-.txt",
|
|
"rollingInterval": "Day"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CorsSettings": {
|
|
"AllowedHosts": "*"
|
|
},
|
|
"StorageSettings": {
|
|
"StoragePath": "Data",
|
|
"EsppTemplates": {
|
|
"AllowedExtensions": [ ".csv" ],
|
|
"MaxFileSizeMb": 100
|
|
}
|
|
},
|
|
"MqSettings": {
|
|
"GenerateTemplates": {
|
|
"HostName": "parr-rabbitmq",
|
|
"QueueName": "parr-generate-templates",
|
|
"User": "generate_templates_api",
|
|
"Password": "DHhjgdsf*&%95"
|
|
}
|
|
},
|
|
"UserCacheSettings": {
|
|
"UserCacheTtl": "00:05:00",
|
|
"UserBlockTtl": "00:03:00"
|
|
}
|
|
}
|