Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAdminNodeConfiguration

Hierarchy

  • IAdminNodeConfiguration

Index

Properties

api

api: { host: string; port: number; ssl: { cert: string; enabled: boolean; key: string }; upload_limit: number }

Type declaration

  • host: string
  • port: number
  • ssl: { cert: string; enabled: boolean; key: string }
    • cert: string
    • enabled: boolean
    • key: string
  • upload_limit: number

debug

debug: boolean

remote

remote: string

system

system: { data: string; sftp: { bind_port: number } }

Type declaration

  • data: string
  • sftp: { bind_port: number }
    • bind_port: number

token

token: string

token_id

token_id: string

uuid

uuid: string

Generated using TypeDoc