Files
parr_api/PARR.API/appsettings.Development.json

47 lines
914 B
JSON
Raw Normal View History

2023-05-17 15:17:00 +10:00
{
2023-11-30 16:18:14 +10:00
"ConnectionStrings": {
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
2023-11-30 16:18:14 +10:00
},
2023-05-17 15:17:00 +10:00
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
2023-05-17 15:17:00 +10:00
}
},
2023-09-27 11:31:46 +10:00
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
2023-09-27 11:31:46 +10:00
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"MqSettings": {
"GenerateTemplates": {
"HostName": "10.99.253.216"
},
"TemplateDistributor": {
"HostName": "10.99.253.216"
},
"TemplateActivator": {
"HostName": "10.99.253.216"
},
"TemplatesMatcher": {
"HostName": "10.99.253.216"
},
"Statistics": {
"StatMqAuth": {
"HostName": "10.99.253.216"
}
}
},
"InfluxDbSettings": {
"Url": "http://10.99.253.216:8086"
2023-05-17 15:17:00 +10:00
}
}