提交 9961d2c3 编写于 作者: R Rajan 提交者: Matteo Merli

add complete list of configuration into websocket.conf template file (#372)

上级 2620d66b
...@@ -19,7 +19,10 @@ ...@@ -19,7 +19,10 @@
# Global Zookeeper quorum connection string # Global Zookeeper quorum connection string
globalZookeeperServers= globalZookeeperServers=
// Pulsar cluster url to connect to broker (optional if globalZookeeperServers present) # Zookeeper session timeout in milliseconds
zooKeeperSessionTimeoutMillis=30000
# Pulsar cluster url to connect to broker (optional if globalZookeeperServers present)
serviceUrl= serviceUrl=
serviceUrlTls= serviceUrlTls=
brokerServiceUrl= brokerServiceUrl=
...@@ -27,6 +30,8 @@ brokerServiceUrlTls= ...@@ -27,6 +30,8 @@ brokerServiceUrlTls=
# Port to use to server HTTP request # Port to use to server HTTP request
webServicePort=8080 webServicePort=8080
# Port to use to server HTTPS request
webServicePortTls=8443
# Hostname or IP address the service binds on, default is 0.0.0.0. # Hostname or IP address the service binds on, default is 0.0.0.0.
bindAddress=0.0.0.0 bindAddress=0.0.0.0
...@@ -49,6 +54,26 @@ authorizationEnabled=false ...@@ -49,6 +54,26 @@ authorizationEnabled=false
# operations and publish/consume from all topics # operations and publish/consume from all topics
superUserRoles= superUserRoles=
# Autentication provider name list (comma-separated), which is a list of class names
authenticationProviders=
# Authentication settings of the proxy itself. Used to connect to brokers # Authentication settings of the proxy itself. Used to connect to brokers
brokerClientAuthenticationPlugin= brokerClientAuthenticationPlugin=
brokerClientAuthenticationParameters= brokerClientAuthenticationParameters=
### --- TLS --- ###
# Enable TLS
tlsEnabled=false
# Accept untrusted TLS certificate from client
tlsAllowInsecureConnection=false
# Path for the TLS certificate file
tlsCertificateFilePath=
# Path for the TLS private key file
tlsKeyFilePath=
# Path for the trusted TLS certificate file
tlsTrustCertsFilePath=
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册