Config
Configuration
Section titled “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
Section titled “Options”source.path
Section titled “source.path”- Required
- Type:
string
The absolute path to your source.
Environment Variables
Section titled “Environment Variables”SECCO_SOURCE_PATH
Section titled “SECCO_SOURCE_PATH”- Required (if
source.path
is not set) - Type:
string
Equivalent to source.path
.
VERBOSE
Section titled “VERBOSE”- Type:
boolean
- Default:
false
Equivalent to the --verbose
flag.
SECCO_VERDACCIO_PORT
Section titled “SECCO_VERDACCIO_PORT”- Type:
string
- Default:
4873
Configure the port that secco’s internal Verdaccio instance uses.