fix(config-examples): fix bad configs

prior to this commit, the provided configs are not type-checked
This commit is contained in:
Zaiming (Stone) Shi 2023-06-22 20:21:57 +02:00
parent 03d05825db
commit 0428d91aa4
4 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ listeners.ssl.my_ssl_listener_name {
ocsp {
enable_ocsp_stapling = false
responder_url = "http://ocsp.example.com"
issuer_pem = true
issuer_pem = "${EMQX_ETC_DIR}/certs/ocsp-issuer-cert.pem"
refresh_http_timeout = 15s
refresh_interval = 5m
}

View File

@ -31,7 +31,7 @@ node {
## Path to the persistent data directory.
## This config is pre-filled when the EMQX distribution package is built.
## You are advised to use the default value.
#data_dir = "data" # when running a zip package or in docker container
data_dir = "data" # when running a zip package or in docker container
#data_dir = "/var/lib/emqx" # when installed from deb/rpm packages
## Type: Periodic garbage collection interval

View File

@ -1,5 +1,5 @@
## Plugin management
plugin {
plugins {
## Plugins declaration
## Note: The plugins are started in the defined order
states = [