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

15 lines
290 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
},
"MqSettings": {
"HostName": "10.99.253.216"
2023-09-20 16:51:29 +10:00
}
}