From 8be797218f9cce4b1b311688cf0ecf000bb9db16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Tue, 1 Jul 2025 16:19:27 +0200 Subject: [PATCH] Modify idea run configurations This adds the DEBUG_PORT run configurations for the second and third Elasticsearch node configuration in IntelliJ. The first configuration already contains these parts, when I use a three node setup for debugging my IDE always adds this section automatically so we might as well keep it checked in. The ports 5008 and 5009 for the second and third port are what is already mentioned in TESTING.md --- .idea/runConfigurations/Debug_Elasticsearch__node_2_.xml | 4 ++++ .idea/runConfigurations/Debug_Elasticsearch__node_3_.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.idea/runConfigurations/Debug_Elasticsearch__node_2_.xml b/.idea/runConfigurations/Debug_Elasticsearch__node_2_.xml index 94bb079398ffd..76bb8f72eafc9 100644 --- a/.idea/runConfigurations/Debug_Elasticsearch__node_2_.xml +++ b/.idea/runConfigurations/Debug_Elasticsearch__node_2_.xml @@ -6,6 +6,10 @@