AIRI Server API - v0.10.2
Preparing search index...
server-runtime/src
AppOptions
Interface AppOptions
interface
AppOptions
{
instanceId
?:
string
;
auth
?:
{
token
:
string
}
;
logger
?:
{
app
?:
{
level
?:
LogLevelString
;
format
?:
Format
}
;
websocket
?:
{
level
?:
LogLevelString
;
format
?:
Format
}
;
}
;
routing
?:
{
middleware
?:
RouteMiddleware
[]
;
allowBypass
?:
boolean
;
policy
?:
RoutingPolicy
;
}
;
heartbeat
?:
{
readTimeout
?:
number
;
message
?:
string
}
;
}
Index
Properties
instance
Id?
auth?
logger?
routing?
heartbeat?
Properties
Optional
instance
Id
instanceId
?:
string
Optional
auth
auth
?:
{
token
:
string
}
Optional
logger
logger
?:
{
app
?:
{
level
?:
LogLevelString
;
format
?:
Format
}
;
websocket
?:
{
level
?:
LogLevelString
;
format
?:
Format
}
;
}
Optional
routing
routing
?:
{
middleware
?:
RouteMiddleware
[]
;
allowBypass
?:
boolean
;
policy
?:
RoutingPolicy
;
}
Optional
heartbeat
heartbeat
?:
{
readTimeout
?:
number
;
message
?:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
instance
Id
auth
logger
routing
heartbeat
AIRI Server API - v0.10.2
Loading...