From 09b6e02435711afd8488a0157cdec6e09dc4057f Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Mon, 9 Sep 2024 16:09:07 +0200 Subject: [PATCH] dora: show more infos about all peers on client pages --- static_files/dora-config/config.yaml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/static_files/dora-config/config.yaml.tmpl b/static_files/dora-config/config.yaml.tmpl index e8e0c8e02..c4938794e 100644 --- a/static_files/dora-config/config.yaml.tmpl +++ b/static_files/dora-config/config.yaml.tmpl @@ -16,6 +16,7 @@ frontend: debug: false pprof: true minimize: false # minimize html templates + showSensitivePeerInfos: true # Name of the site, displayed in the title tag siteName: "Dora the Explorer"