update
This commit is contained in:
25
projects/priceservice/config/mitho/settings.yaml
Normal file
25
projects/priceservice/config/mitho/settings.yaml
Normal 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
|
||||
Reference in New Issue
Block a user