From efbc91ca4494161fc82f5bc75b75770b98b44296 Mon Sep 17 00:00:00 2001 From: iposadat <ismael.posada.trobo@cern.ch> Date: Mon, 15 Mar 2021 10:55:04 +0100 Subject: [PATCH] =?UTF-8?q?FEATURE:=20Allow=20a=20cluster=5Fname=20to=20be?= =?UTF-8?q?=20configured=20and=20used=20for=20/srv/stat=E2=80=A6=20(https:?= =?UTF-8?q?//github.com/discourse/discourse/commit/7970d1d99f39f2cdca7df79?= =?UTF-8?q?c340a675209fdb742#diff-478269589b9840cfa82432c18c61aeba388db928?= =?UTF-8?q?79e2e575f3c4940b932fe1cf)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/discourse.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/discourse.conf b/config/discourse.conf index b645b97..2df1af5 100644 --- a/config/discourse.conf +++ b/config/discourse.conf @@ -315,6 +315,10 @@ enable_email_sync_demon = false # on multisites we recommend a far lower number max_digests_enqueued_per_30_mins_per_site = 10000 +# This cluster name can be passed to the /srv/status route to verify +# the application cluster is the same one you are expecting +cluster_name = + # Set trusted ip's for prometheus. # Check standard nodes ips. prometheus_trusted_ip_allowlist_regex = '(::ffff:188\.18[4-5])|(::ffff:137\.138)' \ No newline at end of file -- GitLab