This commit is contained in:
team3
2026-06-03 22:05:20 +02:00
parent d7e8df6876
commit 40de56c27b
5119 changed files with 552560 additions and 24 deletions

View File

@@ -0,0 +1,25 @@
parameters:
mitho:
api:
expiredMaxTime: 3600
maxPriceAge: 300
priceListLimit: 2500
cacheExpTime: 300
cacheIsActive: true
cacheNamespaces:
rawData: 'price.data.raw'
rawDataDiffSteps: 'price.data.diffSteps'
rawDataWithArticle: 'price.data.withArticle'
import:
orm:
url: '%env(MTO_ORM_IMPORT_ENDPOINT_URL)%'
urlBckp1: '%env(MTO_ORM_IMPORT_ENDPOINT_URL_BACKUP1)%'
urlBckp2: '%env(MTO_ORM_IMPORT_ENDPOINT_URL_BACKUP2)%'
user: '%env(MTO_ORM_IMPORT_USER)%'
pwd: '%env(MTO_ORM_IMPORT_PWD)%'
shopIds: [ 1,3,4,8 ]
chunksize: 500
maxPriceAge: 240
maxTimeStampAgeSpan: 360
cashPriceStep: 13