Properties

##########################################################################################
# Copyright (c) 2018 apollon GmbH+Co. KG All Rights Reserved.
##########################################################################################

##########################################################################################
# Common
##########################################################################################
omn.eai.common.environment=dev
omn.eai.common.mandatorName=standard
omn.eai.common.nodePath.separator=/
omn.eai.common.datePattern=yyyy-MM-dd'T'HH:mm:ss.SSSXXX
omn.eai.common.numberFormatPattern=###,###.###
omn.eai.common.numberFormatLocale=de_DE
omn.eai.common.housekeeping.delay.days=30
omn.eai.common.housekeeping.cron.expression=0 0 1 * * *
omn.eai.common.product.batch.size=250
omn.eai.common.includeUrls=false

##########################################################################################
# Importer
##########################################################################################
omn.eai.importer.importThreadPoolSize=5
omn.eai.importer.resume.after.restart=false
omn.eai.importer.cm.importConfig=true
omn.eai.importer.csv.deleted.regex=_deleted_.*
omn.eai.importer.pim.peo.value.default.origin=PRODUCT
omn.eai.importer.localization.default.mode=FULL
##########################################################################################
# Exporter
##########################################################################################
omn.eai.exporter.event.enabled=false
omn.eai.exporter.doExportJobsTask.enabled=false
omn.eai.exporter.schedulerThreadPoolSize=5
omn.eai.exporter.doExportJobsTaskRunIntervalInSec=2
omn.eai.exporter.countProductsInXml=100
omn.eai.exporter.black.tag.list=
omn.eai.exporter.product.exportMeta=true
omn.eai.exporter.product.exportLinks=false
omn.eai.exporter.product.exportTags=false
omn.eai.exporter.cm.exportPeos=false
omn.eai.exporter.cm.exportMeta=true
omn.eai.exporter.cm.exportLinks=withChildren
omn.eai.exporter.cm.exportConfig=false
omn.eai.exporter.cm.exportAllowedFunctions=false
omn.eai.exporter.full.product.export.enabled=false
omn.eai.exporter.full.product.export.cron.expression=0 0 2 * * *

##########################################################################################
# API
##########################################################################################
omn.eai.api.page.size.enabled=true
omn.eai.api.page.size=1000
omn.eai.api.max.sync.wait=45000
omn.eai.api.admin.roles=admin
omn.eai.enabled-components=
Properties description
  • omn.eai.exporter.cm.exportLinks - defines how assets that are linked to the project will be processed. This property has the following options:

    • no - no assets will be exported.

    • withChildren (default value) - only directly linked assets and assets inside directly linked directories will be exported.

    • withDescendants - will go recursively overall linked assets and directories and export everything hierarchically.

withDescendants option may slow down the performance dramatically because of a big amount of linked assets. Use this option with caution.
  • omn.eai.exporter.cm.exportConfig - defines whether such data as the project hierarchy, general properties, view plugin configurations, functions and JS scripts will be exported. Possible values:

    • true - all existing data inclusive configs will be exported.

    • false (default value) - only attribute definitions will be exported.

  • omn.eai.importer.cm.importConfig - defines whether such data as the project hierarchy, general properties, view plugin configurations, functions and JS scripts will be imported. Possible values:

    • true (default value) - all existing data inclusive configs will be imported.

    • false - only attribute definitions will be imported.

  • omn.eai.api.admin.roles - Currently in OMN core API some endpoints (e.g., PIM Persist) are allowed only with full-access-rights roles, e.g., admin. This property defines which roles are allowed to call such endpoints. It could contain a list of roles. Possible values:

    • admin (default value) - default full-access-rights role.

    • or admin,dummyRole1,dummyRole2 - customized full-access-rights roles list, seperated with delimiter ,

  • omn.eai.common.product.batch.size - defines the batch size for importing products. This property is used to optimize the performance of the import process. However, if the value is set too high, it can overwhelm the entity manager and cause the process to hang.
    Additionally, be mindful of database-specific limitations. For example, in Microsoft SQL Server (MSSQL), the value should not exceed 2,100.

    • default value - 250.

Welcome to the AI Chat!

Write a prompt to get started...