@breautek/storm
Preparing search index...
IConfig
Interface IConfig
interface
IConfig
{
authentication_header
?:
string
;
backend_authentication_header
?:
string
;
backend_authentication_secret
?:
string
;
bind
?:
string
;
customConfig
?:
Record
<
string
,
any
>
;
database
?:
{
main
?:
IDatabaseConfig
<
"MASTER"
>
;
query_timeout
?:
number
;
replicationNodes
?:
IDatabaseConfig
<
string
>
[]
;
}
;
log
?:
{
cloudwatch
?:
ICloudwatchConfig
;
filters
?:
string
[]
;
level
?:
LogLevel
;
}
;
port
?:
number
;
request_size_limit
?:
number
;
}
Index
Properties
authentication_
header?
backend_
authentication_
header?
backend_
authentication_
secret?
bind?
custom
Config?
database?
log?
port?
request_
size_
limit?
Properties
Optional
authentication_
header
authentication_header
?:
string
Optional
backend_
authentication_
header
backend_authentication_header
?:
string
Optional
backend_
authentication_
secret
backend_authentication_secret
?:
string
Optional
bind
bind
?:
string
Optional
custom
Config
customConfig
?:
Record
<
string
,
any
>
Optional
database
database
?:
{
main
?:
IDatabaseConfig
<
"MASTER"
>
;
query_timeout
?:
number
;
replicationNodes
?:
IDatabaseConfig
<
string
>
[]
;
}
Optional
log
log
?:
{
cloudwatch
?:
ICloudwatchConfig
;
filters
?:
string
[]
;
level
?:
LogLevel
}
Optional
port
port
?:
number
Optional
request_
size_
limit
request_size_limit
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authentication_
header
backend_
authentication_
header
backend_
authentication_
secret
bind
custom
Config
database
log
port
request_
size_
limit
@breautek/storm
Loading...