HTTP/2 configuration support
This commit is contained in:
parent
2eeb6d43b0
commit
f4e864608e
@ -47,6 +47,10 @@ server:
|
||||
key_alias: "${SSL_KEY_ALIAS:tomcat}"
|
||||
# Password used to access the key
|
||||
key_password: "${SSL_KEY_PASSWORD:thingsboard}"
|
||||
# HTTP/2 support (takes effect only if server SSL is enabled)
|
||||
http2:
|
||||
# Enable/disable HTTP/2 support
|
||||
enabled: "${HTTP2_ENABLED:true}"
|
||||
log_controller_error_stack_trace: "${HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE:false}"
|
||||
ws:
|
||||
send_timeout: "${TB_SERVER_WS_SEND_TIMEOUT:5000}"
|
||||
|
||||
@ -47,6 +47,10 @@ server:
|
||||
key_alias: "${SSL_KEY_ALIAS:tomcat}"
|
||||
# Password used to access the key
|
||||
key_password: "${SSL_KEY_PASSWORD:thingsboard}"
|
||||
# HTTP/2 support (takes effect only if server SSL is enabled)
|
||||
http2:
|
||||
# Enable/disable HTTP/2 support
|
||||
enabled: "${HTTP2_ENABLED:true}"
|
||||
|
||||
# Zookeeper connection parameters. Used for service discovery.
|
||||
zk:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user