akamai.amp.PathsConfig

Paths configuration interface.

Example

var config = {
  paths: {
    player: "../amp/",
    resources: "../resources/"
  }
};

Members

player

:string

Base path to the player files.

plugins

:string

Base path to the plugins files.

resources

:string

Base path to the resource files.