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