@acala-network/chopsticks-core
@acala-network/chopsticks-core / environment
Variable: environment
constenvironment:object
Defined in: packages/core/src/env.ts:50
Environment variables available for users
Type declaration
DISABLE_AUTO_HRMP
DISABLE_AUTO_HRMP:
boolean
Disable auto HRMP on setup. Default is false.
DISABLE_PLUGINS
DISABLE_PLUGINS:
boolean
Disable plugins for faster startup. Default is false.
http_proxy?
optionalhttp_proxy:string
HTTP_PROXY?
optionalHTTP_PROXY:string
https_proxy?
optionalhttps_proxy:string
HTTPS_PROXY?
optionalHTTPS_PROXY:string
LOG_COMPACT
LOG_COMPACT:
boolean
Don't log objects. Default is false.
LOG_LEVEL
LOG_LEVEL:
"fatal"|"error"|"warn"|"info"|"debug"|"trace"
Chopsticks log level, "fatal" | "error" | "warn" | "info" | "debug" | "trace". Default is "info".
PORT?
optionalPORT:string
Set port for Chopsticks to listen on, default is 8000.
VERBOSE_LOG
VERBOSE_LOG:
boolean
Don't truncate log messages, show full log output. Default is false.