Skip to content
Snippets Groups Projects
Commit 5523d42e authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

DEV: Deprecate message bus site settings...

parent d6820e5c
No related branches found
No related tags found
No related merge requests found
...@@ -322,6 +322,12 @@ cluster_name = ...@@ -322,6 +322,12 @@ cluster_name =
# The YAML file used to configure multisite clusters # The YAML file used to configure multisite clusters
multisite_config_path = "config/multisite.yml" multisite_config_path = "config/multisite.yml"
# If false, only short (regular) polling will be attempted
enable_long_polling =
# Length of time to hold open a long polling connection in milliseconds
long_polling_interval =
# Set trusted ip's for prometheus. # Set trusted ip's for prometheus.
# Check standard nodes ips. # Check standard nodes ips.
prometheus_trusted_ip_allowlist_regex = '(::ffff:188\.18[4-5])|(::ffff:137\.138)' prometheus_trusted_ip_allowlist_regex = '(::ffff:188\.18[4-5])|(::ffff:137\.138)'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment