@acala-network/chopsticks-core
@acala-network/chopsticks-core / environmentSchema
Variable: environmentSchema
const
environmentSchema:ZodObject
<{DISABLE_AUTO_HRMP
:ZodEffects
<ZodDefault
<ZodEnum
<["true"
,"false"
]>>,boolean
,undefined
|"true"
|"false"
>;DISABLE_PLUGINS
:ZodEffects
<ZodDefault
<ZodEnum
<["true"
,"false"
]>>,boolean
,undefined
|"true"
|"false"
>;http_proxy
:ZodOptional
<ZodString
>;HTTP_PROXY
:ZodOptional
<ZodString
>;https_proxy
:ZodOptional
<ZodString
>;HTTPS_PROXY
:ZodOptional
<ZodString
>;LOG_COMPACT
:ZodEffects
<ZodDefault
<ZodEnum
<["true"
,"false"
]>>,boolean
,undefined
|"true"
|"false"
>;LOG_LEVEL
:ZodDefault
<ZodEnum
<["fatal"
,"error"
,"warn"
,"info"
,"debug"
,"trace"
]>>;PORT
:ZodOptional
<ZodString
>;VERBOSE_LOG
:ZodEffects
<ZodDefault
<ZodEnum
<["true"
,"false"
]>>,boolean
,undefined
|"true"
|"false"
>; },"strip"
,ZodTypeAny
, {DISABLE_AUTO_HRMP
:boolean
;DISABLE_PLUGINS
:boolean
;http_proxy
:string
;HTTP_PROXY
:string
;https_proxy
:string
;HTTPS_PROXY
:string
;LOG_COMPACT
:boolean
;LOG_LEVEL
:"fatal"
|"error"
|"warn"
|"info"
|"debug"
|"trace"
;PORT
:string
;VERBOSE_LOG
:boolean
; }, {DISABLE_AUTO_HRMP
:"true"
|"false"
;DISABLE_PLUGINS
:"true"
|"false"
;http_proxy
:string
;HTTP_PROXY
:string
;https_proxy
:string
;HTTPS_PROXY
:string
;LOG_COMPACT
:"true"
|"false"
;LOG_LEVEL
:"fatal"
|"error"
|"warn"
|"info"
|"debug"
|"trace"
;PORT
:string
;VERBOSE_LOG
:"true"
|"false"
; }>
Defined in: packages/core/src/env.ts:3