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

33 lines
643 B
JSON
Raw Normal View History

2023-09-20 16:51:29 +10:00
{
"ConnectionStrings": {
"RedisConnection": "10.99.253.216:6379,password=ParrP@ssPtk202MMdevDvs"
},
2023-09-20 16:51:29 +10:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
2023-09-21 15:21:33 +10:00
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log/log-.txt",
"rollingInterval": "Day"
}
}
]
},
2023-09-21 15:21:33 +10:00
"MqSettings": {
"HostName": "10.99.253.216"
2023-09-20 16:51:29 +10:00
}
}