Categories

ep.config

Categories: Core

ep.config

Plugin: ep.core

Description: A map of configuration parameters.

  • ep.config

    version added: 6.11.0

The ep.config property provides a map of configuration parameters of ep framework.

For setup ep.config set window.epConfig before the ep framework load, window.epConfig must be a map of key/value pairs.

window.epConfig will overwrite the defaults of ep.config.
  • Configure the ep framework.

    Code:
    epConfig = {
        siteId: 1
    };