Files
parr_api/PARR.AIHITSyncerWorker/appsettings.Development.json
2025-11-20 14:24:03 +10:00

14 lines
249 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
//"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"MqSettings": {
"HostName": "10.99.253.216"
}
}