Skip to content

Config

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.

  • Required
  • Type: string

The absolute path to your source.

Equivalent to source.path.

  • Type: boolean
  • Default: false

Equivalent to the --verbose flag.

  • Type: string
  • Default: 4873

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