generator templates, отправка в MQ

This commit is contained in:
Mikhail Trubnikov
2023-09-20 15:27:13 +10:00
parent f9fe762cbe
commit c35dfd58d9
11 changed files with 204 additions and 8 deletions

View File

@@ -1,11 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Debug",
"Microsoft.AspNetCore": "Debug"
}
},
"StorageSettings": {
"StoragePath": "W:\\"
},
"MqSettings": {
"GenerateTemplates": {
"HostName": "10.99.253.216"
}
}
}