Skip to content

Config

Configuration

secco will read your root .seccorc file when it is present to parse its options. Using a configuration file is the recommended approach.

If you don’t want to create a configuration file on the fly (like in Continuous Integration environments) you can use environment variables for secco’s required options.

Options

source.path

  • Required
  • Type: string

The absolute path to your source.

Environment Variables

SECCO_SOURCE_PATH

Equivalent to source.path.

VERBOSE

  • Type: boolean
  • Default: false

Equivalent to the --verbose flag.

SECCO_VERDACCIO_PORT

  • Type: string
  • Default: 4873

Configure the port that secco’s internal Verdaccio instance uses.