Merge branch 'FruitBank_v0.0.8.0' of https://git.aycode.com/Adam/FruitBank into FruitBank_v0.0.8.0

This commit is contained in:
Adam 2026-06-23 23:38:59 +02:00
commit bf50d72937
3 changed files with 33 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
"DataProvider": "sqlserver",
"SQLCommandTimeout": null,
"WithNoLock": false

View File

@ -21,12 +21,39 @@
{
"LogLevel": "Detail",
"LogWriterType": "FruitBank.Common.Server.Services.Loggers.ConsoleLogWriter, FruitBank.Common.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
},
{
"LogLevel": "Detail",
"LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
}
//A NopLogWriter DI-only writer (5 szolgáltatás-függőség) a config-úton nincs (AppType, LogLevel, string) ctor-a, MissingMethodException-t okozott.
//A DI-regisztrációja (PluginNopStartup: AddScoped<IAcLogWriterBase, NopLogWriter>) változatlanul él.
//,{
// "LogLevel": "Detail",
// "LogWriterType": "Mango.Nop.Services.Loggers.NopLogWriter, Mango.Nop.Services, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
//}
]
}
},
"Ekaer": {
"Company": {
"Name": "FruitBank Kft.",
"TaxId": "14902170-2-13",
"CountryCode": "HU",
"PostalCode": "1068",
"City": "Budapest",
"Street": "Rippl-Rónai u. 18.",
"Phone": "+36301111111",
"Email": "info@fruitbank.hu",
"Site": {
"PostalCode": "1239",
"City": "Budapest",
"Street": "Nagykőrösi út 353."
}
},
"Thresholds": {
"WeightKg": 500,
"ValueHuf": 1000000
},
"ExchangeRate": {
"EurHuf": 356
}
}
}