probot
Preparing search index...
types
ServerOptions
Type Alias ServerOptions
type
ServerOptions
=
{
cwd
?:
string
;
enableNotFound
?:
boolean
;
enablePing
?:
boolean
;
enableStaticFiles
?:
boolean
;
host
?:
string
;
log
?:
Logger
;
loggingOptions
?:
LoggingOptions
;
port
?:
number
;
Probot
:
typeof
Probot
;
request
?:
RequestRequestOptions
;
webhookPath
?:
string
;
webhookProxy
?:
string
;
}
Index
Properties
cwd?
enable
Not
Found?
enable
Ping?
enable
Static
Files?
host?
log?
logging
Options?
port?
Probot
request?
webhook
Path?
webhook
Proxy?
Properties
Optional
cwd
cwd
?:
string
Optional
enable
Not
Found
enableNotFound
?:
boolean
Optional
enable
Ping
enablePing
?:
boolean
Optional
enable
Static
Files
enableStaticFiles
?:
boolean
Optional
host
host
?:
string
Optional
log
log
?:
Logger
Optional
logging
Options
loggingOptions
?:
LoggingOptions
Optional
port
port
?:
number
Probot
Probot
:
typeof
Probot
Optional
request
request
?:
RequestRequestOptions
Optional
webhook
Path
webhookPath
?:
string
Optional
webhook
Proxy
webhookProxy
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cwd
enable
Not
Found
enable
Ping
enable
Static
Files
host
log
logging
Options
port
Probot
request
webhook
Path
webhook
Proxy
probot
Loading...