25 lines
735 B
YAML
25 lines
735 B
YAML
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 |