Files
parr_api/PARR.API/appsettings.Development.json
2023-11-30 16:18:14 +10:00

29 lines
521 B
JSON

{
"ConnectionStrings": {
"RedisConnection": "10.99.253.216:6379"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"MqSettings": {
"GenerateTemplates": {
"HostName": "10.99.253.216"
}
}
}