Skip to main content

publicPaths

Path patterns of environment files.

@remarks

Following tokens can be used in path patterns.

  • #{environment} - Environment name.
  • #{component} - Component name.

Index

Properties

Properties

component

component: string

Path pattern of component environment files.

@defaultValue

environments/#{environment}/#{component}

global

global: string

Path pattern of global environment files.

@defaultValue

environments/#{environment}