diff --git a/config/discourse.conf b/config/discourse.conf
index b645b97fa4b0ad51f03c474416915f5be04874f7..2df1af5ad385cdd0ea6fdea75a2e5ee87f2dea10 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