api
api: { host: string; port: number; ssl: { cert: string; enabled: boolean; key: string }; uploadLimit: number }
Type declaration
host: string
port: number
ssl: { cert: string; enabled: boolean; key: string }
cert: string
enabled: boolean
key: string
uploadLimit: number
Represents a node configuration object (from Wings).