Profiler options defaults updated
This commit is contained in:
@@ -369,6 +369,18 @@
|
||||
# Default: <no value>
|
||||
# APIGW_LOG_ENABLED=<no value>
|
||||
|
||||
###############################################################################
|
||||
# Enable profiler
|
||||
# Type: bool
|
||||
# Default: <no value>
|
||||
# APIGW_PROFILER_ENABLED=<no value>
|
||||
|
||||
###############################################################################
|
||||
# Profiler enabled for all routes
|
||||
# Type: bool
|
||||
# Default: <no value>
|
||||
# APIGW_PROFILER_GLOBAL=<no value>
|
||||
|
||||
###############################################################################
|
||||
# Enable incoming request body output in logs
|
||||
# Type: bool
|
||||
|
||||
Generated
+2
@@ -480,6 +480,8 @@ func ActionLog() (o *ActionLogOpt) {
|
||||
func Apigw() (o *ApigwOpt) {
|
||||
o = &ApigwOpt{
|
||||
Enabled: true,
|
||||
ProfilerEnabled: true,
|
||||
ProfilerGlobal: false,
|
||||
ProxyFollowRedirects: true,
|
||||
ProxyOutboundTimeout: time.Second * 30,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user